The scenario:
i'm developing an iOS app an it should be uploaded in all app stores all over the world.
The application should support 2 languages, german and english. German language for Germany, English language for the rest of the world.
What i've done:
When i started to develop the app i choosed German as "Localization native development region" in Info.plist file and added Localization for English in the project settings...
I used the NSLocalizedString and write the text strings in all in german. Then i submit the Localization.string file to the customer for translation...
The Question: Am I doing it right to achieve the scenario above, when i want to submit the app to the appstore?
What have i to do in iTunesConnect to archive this scenario...?
Greetz..