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]
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:
en.lproj, fr.lproj, etc.)InfoPlist.strings
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:
en.lproj, fr.lproj, etc.)InfoPlist.strings
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]