Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove an iOS app localization

In Bombr 1.2 I added a half-assed French localization, over time adding more strings to localize I've decided to drop the French localization. In Bombr 1.2.1 I removed the reference to fr.lproj/Localizable.strings from the Xcode project but the file still exists. Now that 1.2.1 is on the app store it still says that French is a supported language.

Will removing the fr.lproj folder and resubmitting correctly display the supported languages (this is my hunch), or is it possibly that iTunes Connect will not allow you to drop support for a language?

(I took a year of French in high school for fun, but not enough to translate my own app.)

like image 828
JoePasq Avatar asked Jul 18 '11 16:07

JoePasq


3 Answers

Building on the answer given by @vanya, select your project from the list and delete the language under in the "localization" section.

XCode

like image 156
Ian Avatar answered Oct 13 '22 20:10

Ian


If you want to remove app metadata localization, there's a delete menu on iTunesConnect

enter image description here

like image 24
gerrytan Avatar answered Oct 13 '22 20:10

gerrytan


try to look at the info.plist which defines localizations and I guess some work in iTunesConnect should be done as well, but before approving an app

like image 34
Vanya Avatar answered Oct 13 '22 21:10

Vanya