App Localizations

Hello,

We have the ability through iTunes Connect to do App Localizations in the Metadata section.
For example have an application name in English and in French.

But how is this tackled in Corona.

Is there something special to do in the build settings?
[import]uid: 6661 topic_id: 23112 reply_id: 323112[/import]

Hey, check out this; http://monkeybin.no/blog/archives/2011/09/18/corona-sdk-localization-made-easy/

Should help you.

Peach :slight_smile: [import]uid: 52491 topic_id: 23112 reply_id: 92546[/import]

Thank you Peach.

But what should I do to make the application name displayed in French when installed on a French language device and the English application name on an English language device?

When I do the build process, it is under a given application name, and it is this name that will be displayed on my device.

For example, I want the application ‘HELLO’ to be displayed as HELLO on english device and as ‘BONJOUR’ on french device. [import]uid: 6661 topic_id: 23112 reply_id: 92617[/import]

Oh the name under the actual icon, you mean? I’m not certain about that, I will ask another member of the team who may have some insight :slight_smile: [import]uid: 52491 topic_id: 23112 reply_id: 92693[/import]

Yes that’s it, the name under the icon. [import]uid: 6661 topic_id: 23112 reply_id: 92865[/import]

I found some info here; https://developer.apple.com/library/mac/#documentation/MacOSX/Conceptual/BPInternational/Articles/LocalizingPathnames.html

I haven’t tried to implement this so can’t comment on specifics but just that may be the way to go.

Peach :slight_smile: [import]uid: 52491 topic_id: 23112 reply_id: 92943[/import]