MFMailComposeViewController in other languages?
Whats the behavior of MFMailComposer language in iOS7 and iOS8?
I changed the language inside my application but the MFMailComposer stays the same with the language in the device settings (iOS8).
Is this the expected behavior in iOS 8?
If yes, how do you translate the text?
NSLocalizedString coming from Localizable.strings(specific language) doesn't seem to affect MFMailComposer in my case.