In App Store my iOS app is declared as "Language En" but it should be "Language German". How can I do this? In iTunes Connect I set the language to German, but it doesn't work. What do I have to set in Xcode do make the app declared as german?
Set CFBundleDevelopmentRegion
to de_DE
in your project's xxx-Info.plist.
From Apple's docs:
CFBundleDevelopmentRegion (String - iOS, OS X) specifies the default language and region for the bundle, as a language ID. For example, English for the United Kingdom has the language ID en-UK. The system uses this value if it cannot locate a resource for the user’s preferred language.
for more info follow this link.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With