简体   繁体   English

如何在App Store中本地化我的应用程序名称

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

I'd like to change the name of my app on the App Store for some of the localizations I handle. 我想在App Store上为我处理的一些本地化更改我的应用程序的名称。

I've already seen That I can change the name of the app on the springboard using CFBundleDisplayName and that works pretty well. 我已经看到我可以使用CFBundleDisplayName在跳板上更改应用程序的名称,并且效果非常好。 But there is nothing about the localization on the App Store. 但App Store上的本地化并不存在任何问题。

Is CFBundleDisplayName doing the job ? CFBundleDisplayName是否正在完成这项工作? Is there something else to do ? 还有别的事可做吗?

Have you looked into iTunes Connect? 你有没有看过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. 我不完全确定它是否可以完成,因为App Store中的名称必须是唯一的,因此我想这将绑定到某个应用程序ID。

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. 首先单击AppName-Info.plist文件,然后打开Identity Inspector(左窗格列),文档标记下是Localization部分。 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. 您只需要个人更改AppName-Info.plist(英语)和AppName-Info.plist(意大利语)文件中的每个名称。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM