3
votes

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:

enter image description here

The plist file contains the "Localization native development region" key:

enter image description here

Problem:

  1. 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?
  2. 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?
  3. 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.

1

1 Answers

3
votes

1.Localization native development language states the preferred language to be use if the iOS language and your app languages doesn't match, so I'm thinking about a storyboard that has been localized in english and a strings file in english, to make your app use english language.

2.Development language is not the same of the first point, is the base language, by default is set to english and it doesn't seems to exist a clear way to change that (I've filed a radar to Apple about it asking for xcode to show a menu at the beginning of each project). To change it you need to do it manually, but appstore will always show english as language

3.This is the solution, when iOS doesn't find a suitable localization it iterates through an array of laguages until it finds an existing one, if you add an english localization you could solve the problem.

Appstore reads directories in your app bundle