It seams base localization does not work on iOS7?
I have an app (its available on the app store) that has localisations for Dutch, Chinese and a base localization = English. This looks like this in xcode 6:
The plist file contains the "Localization native development region" key:
Problem:
- When the app runs on on iPhone iOS7 configured for English, it uses the Dutch localization ?! I would expect that iOS uses the base localization since its configured as English?
- I do not have a "development language" entry in the Localizations section of Xcode, I have seen this in some posts, what is the meaning of this "development language"? And could this be a possible cause or something?
- I can solve the problem by adding an localization language "English" (which then seams to become the development language, I have tested this) but this would simply be a duplicate of my "base" language. Surely this is not the way to go?
I know there are many topics on localizations already but I have read them all (I believe) and cannot find a clear answer.