How do I localize my app's name in the App Store

安稳与你 提交于 2019-12-13 15:01:59

问题


I'd like to change the name of my app on the App Store for some of the localizations I handle.

I've already seen That I can change the name of the app on the springboard using CFBundleDisplayName and that works pretty well. But there is nothing about the localization on the App Store.

Is CFBundleDisplayName doing the job ? Is there something else to do ?


回答1:


Have you looked into iTunes Connect? I know that the description can be localized there (under Manage apps -> App -> Version -> Manage Localizations). I'm not entirely sure if it can be done though, as the names in the App Store have to be unique and therefore I imagine that are bound to a certain app ID.




回答2:


To localize the App Name you can do this like any other file. First click on the AppName-Info.plist file then open up the Identity Inspector (Left Pane Column), under the document tag is a Localization section. You can just click the add button to add the different languages that you want (say, first English, then Italian). Than you just have to individual change each of the names in the AppName-Info.plist (English) and AppName-Info.plist (Italian) files.



来源:https://stackoverflow.com/questions/8214556/how-do-i-localize-my-apps-name-in-the-app-store

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!