Mitesh Khatri
Mitesh Khatri

Reputation: 3955

Setting iOS application languages in iTunes

I want to set the application language in iTunes. It always shows only English, but I want to show two languages in iTunes. I don’t want to make any changes to the application code, as I’m already managing these two languages by device language.

Sample Image

The sample image contains multiple languages, like English, Chinese, Dutch, and French.

Upvotes: 2

Views: 1697

Answers (2)

Bart
Bart

Reputation: 36

I have the same issue currently, and even if I fill different languages in iTunes Connect, I still have only English. I'll try something else, just by adding en.lproj & xx.lproj (replace xx by country language two caracters code) in my app with some data inside. I think when you submit an app, this is where Apple collect the list of available languages). I hope this will works!

Upvotes: 2

Evan Mulawski
Evan Mulawski

Reputation: 55334

You can edit the localizations via iTunes Connect. Choose you application from the list and click Manage Localizations. However, if your app is currently in review or approved, you need to submit a new binary:

You cannot add a new language from this page because your app has either already been approved or is currently in review. To add a new language, you must submit a new version of your app.

Upvotes: 1

Related Questions