Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change language of iOS app in App Store

Tags:

ios

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?


1 Answers

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.

like image 170
Daniel Avatar answered Sep 18 '25 10:09

Daniel



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!