Reputation: 8118
My project base language is English. My simulator/phone is in English. The projects supports English, French, Dutch.
When the app starts for the first time the app is always in French even when the phone is in English.
When I debug and print out this line:
[NSLocale preferredLanguages][0];
It gives me the correct language namely English.
Does someone have an idea why this is?
Upvotes: 3
Views: 401
Reputation: 2413
Please, check the following.
Just renaming localization files may cause some other bugs. Here is Apple guide about base localization:
In order to remove base localization:
Hope this helps.
Upvotes: 5
Reputation: 1202
I'm guessing Apple broke something with the simulator, because it works on real devices from Xcode 6.1. Check on real device
Upvotes: 0