How do I change app language in binary?

So I want to my app to show multiple languages in the app store, I have already added a separate localization for spanish, but that didn’t do what I want. I want my app to show under the languages field: English/Spanish. Look at the image to see what I am thinking

This is the code I added to my build.settings file:

CFBundleDevelopmentRegion = “English/Spanish”,

But the problem is when the update with this line of code went live under the languages section in the app store, no languages showed up.

Hi @aaronjoterry,

Are you sure that you properly added Spanish as a localization? The process for this is very specific and if you don’t follow it exactly, it might not be registering as an additional localization with Apple (and thus isn’t appearing in the store as you wish).

This guide explains the localization process in detail… please check and confirm everything and report back if this is done.

http://docs.coronalabs.com/guide/distribution/localization/index.html

Best regards,

Brent

Hi Brent,

Thanks for the help, I followed these instructions and submitted an update. I guess now we play the waiting game.

Hi @aaronjoterry,

Are you sure that you properly added Spanish as a localization? The process for this is very specific and if you don’t follow it exactly, it might not be registering as an additional localization with Apple (and thus isn’t appearing in the store as you wish).

This guide explains the localization process in detail… please check and confirm everything and report back if this is done.

http://docs.coronalabs.com/guide/distribution/localization/index.html

Best regards,

Brent

Hi Brent,

Thanks for the help, I followed these instructions and submitted an update. I guess now we play the waiting game.