CFBundleDisplayName for different localizations

Hello Forum Im done with app my only thing pending to do is to set dynamic CFBundleDisplayName.
I want to have a name for spanish locale and a name for english locale.
How will I add this to build.settings?Do I have to add logic in the file?? [import]uid: 130916 topic_id: 28561 reply_id: 328561[/import]

Hmm, interesting.
I’ve found this post in the forum:
http://web-c1.anscamobile.com/forum/2011/09/13/localization-support

essentially you should be able to create subfolders in your project for the corresponding language and put an Infoplist.strings file in there with the localized CFBundleDisplayName that you set in build.settings plist table.

I haven’t tried this myself and I’m not sure if it works.

Would be nice if the infoplist.strings could be added in the build.settings as well, anyone from Coronalabs staff that can chime in? [import]uid: 106658 topic_id: 28561 reply_id: 115120[/import]

I have tried it and it does work. [import]uid: 40081 topic_id: 28561 reply_id: 119780[/import]

I have tried it and it does work. [import]uid: 40081 topic_id: 28561 reply_id: 119780[/import]