Does MFMailComposeViewController come only in English!?
I am toying around with the idea of using MFMailComposeViewController to handle sending ema
MFMailComposeViewController
will display in the language the application is translated into rather than the language the user has selected; this keeps the text within the application consistent. Add a language project for the language you are targeting and the composer view will adopt that language.
The Done button on the keyboard, the Delete button that shows when a UITableViewCell
is swiped and other built-in views behave similarly.