Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.)

share|improve this question
1  
Maybe you could find someone who knows French who could help you support the language? – Nick Radford Jul 18 '11 at 17:03
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 – Vanya Jul 18 '11 at 17:09
Adding a new version in iTunes Connect allows me to add localizations, but no button to directly delete. I've added CFBundleLocalizations (aka Localizations) to my Info.plist excluding fr and I've deleted the fr.lproj directory. Once I upload we'll know. – JoePasq Jul 18 '11 at 18:22
Vanya can you repost your comment as an answer so I can mark it as the accepted answer? Thanks. – JoePasq Jul 18 '11 at 19:40
Nick that's a good idea, but it's far down on my todo list. :( Also I would like to know how iTunes connect looks for supported localizations. – JoePasq Jul 18 '11 at 19:40

3 Answers

up vote 1 down vote accepted

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

share|improve this answer
1  
That did it, thanks for pointing where to look. Info.plist has a key CFBundleLocalizations which Xcode displays as Localizations is an array where you list the country codes. I did not do anything in iTunes Connect, but now it correctly reads the binary details after upload. – JoePasq Jul 19 '11 at 13:45

To remove the localization from Xcode (I'm using 4.2 on Snow Leopard) click on the file/folder in the sidebar, "Localizable.strings" and open the File Inspector (keyboard shortcut cmd-opt-1 or View > Utilities > Show File Inspector in the menu bar). You'll see a Localization pane with your localizations listed. Select the one you want to remove and click the minus sign to delete it.

share|improve this answer

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

enter image description here

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.