Different app name for different countrys

Hi,
I like to give my app a different name for e.g. US, Germany, Spain etc.
Is there any way to do that?

Thanks

Olaf [import]uid: 180388 topic_id: 35286 reply_id: 335286[/import]

if you create a new language of your game inside itunesconnect you can modify the meta Information for each language but if I remeber correctly not for the App Name!

[import]uid: 96270 topic_id: 35286 reply_id: 140329[/import]

Here’s how to do:

  • create a directory named _country_code_.lproj in the main app directory (i.e. en.lproj, fr.lproj, etc.)
  • in that directory, create a text file named InfoPlist.strings
  • in that file, put the following: CFBundleDisplayName = "\_app\_name\_"; ( _app_name_ being the name of your app in the corresponding language)

Repeat for each language.
Ch. [import]uid: 4958 topic_id: 35286 reply_id: 140374[/import]

if you create a new language of your game inside itunesconnect you can modify the meta Information for each language but if I remeber correctly not for the App Name!

[import]uid: 96270 topic_id: 35286 reply_id: 140329[/import]

Here’s how to do:

  • create a directory named _country_code_.lproj in the main app directory (i.e. en.lproj, fr.lproj, etc.)
  • in that directory, create a text file named InfoPlist.strings
  • in that file, put the following: CFBundleDisplayName = "\_app\_name\_"; ( _app_name_ being the name of your app in the corresponding language)

Repeat for each language.
Ch. [import]uid: 4958 topic_id: 35286 reply_id: 140374[/import]