Search code examples
iosapp-storeitunes

Why a user will see multiple language under language key in app store?


I set the primary language as english in my account,when i push the app to app store. After approving the app it is showing multiple language like English,Arabic,Danish,Dutch.. Please give me any solution to resolve it.


Solution

  • The languages you are offering for your application does not depend on your primary language which you set in your account, but in the number of localizations your app project contains.

    When you open your project in Xcode, select the project name in the left panel (normally the first line of the tree view), the select the name of your project (not of your target), the select Info. You will find a section called "Localizations". Make sure that only English is available in the list. Then only English will be shown in the app store after you submitted it again.