Jacob Davis Cherussery
Jacob Davis Cherussery

Reputation: 477

Additional languages are shown in supported languages, although only one language is supported in iOS

I recently uploaded an app to the app store. During earlier stage it required to be supporting 5 Languages and I added the strings file for it. But retracted later with language support in current version need to be supported in English only. After successfully pushing the app, the iTunes is showing supported languages as English + 4 additional languages. Can I edit the settings to show support language only as English? Do I need to delete localizable strings for other languages and submit again?

Upvotes: 0

Views: 87

Answers (1)

Mrunal
Mrunal

Reputation: 14118

Yes, it will pick localization support from project settings. As many languages one adds to that setting, that many strings files will be generated. I would suggest to use English in project settings and remove the other languages locations files.

Refer below image: in the Localizations section, there should be only those languages which app is going to support.

enter image description here

Upvotes: 1

Related Questions