views:

726

answers:

2

Which property should I change on Info.plist in order to configure the list of languages shown in itunes store under my submitted application?

EDIT: My application will be in Greek and I want to see Greek as the only language under Languages in the App Store. How do I do that?

+2  A: 

What you list in the plist does not affect what is shown in iTunes. When you submit to itunesconnect, you will be asked to enter languages that are supported. Of course , you will want to match these languages up with what your app really can support, but iTunes will not just show the supported languages by default.

EDIT: It appears the OP is just asking how to localize within the app. See here

coneybeare
I was reading the iTunesConnect_DeveloperGuide and this is what it says: "The primary language you select here will not display in the App Store under Languages. The information that displays on the App Store is set in your binary." Here being the Primary Language Setting on iTunes Connect, which I think is the language of the app's metadata. So how do I set in my binary?
thomdask
I amended my answer with a link to a localization tutorial
coneybeare
I am not trying to have different languages on my app. I just want to have one, different than English. See my edited question.
thomdask
A: 

It seems that the "Localization native development region" value on the .plist file is related to the languages that appear on the app store after Languages.

thomdask