Search code examples
ioslocalizationmpmovieplayercontroller

iOS: MPMoviePlayerController text doesn't match language


My issue is that MPMoviePlayerController is showing English text when I switch the device language to Arabic. I do have Localization enabled for both English and Arabic, and Localizable.strings for each.

The Done button, Loading... text and the options are all still in English, but apparently these have been localized for different languages. I can't seem to figure out how to get the English text to switch to Arabic (or if it is actually supported).

A similar question has been asked before here, but this was for setting the default language of the movie player by changing the Development Region: Localize Done button of MPMoviePlayerViewController

Any help will be appreciated.

Thanks, DemonGyro

Edit: This may just be an issue with the simulator as the language switches fine on the iPad. Just need to get my hands on a iPhone to check that too...

Edit 2: Turns out it's just an issue with the simulator. Oh well, at least my problem is solved.


Solution

  • Turns out it's just an issue with the simulator. Oh well, at least my problem is solved.