如何在 App Store 中本地化我的应用程序名称
我想更改我的应用程序在 App Store 上的名称,以实现我处理的一些本地化。
我已经看到我可以使用 CFBundleDisplayName 更改跳板上应用程序的名称,并且效果很好。 但App Store上却没有任何关于本地化的信息。
CFBundleDisplayName 正在做这项工作吗?还有其他事情要做吗?
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 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您研究过 iTunes Connect 吗?我知道描述可以在那里本地化(在“管理应用程序”->“应用程序”->“版本”->“管理本地化”下)。我不完全确定是否可以做到这一点,因为应用程序商店中的名称必须是唯一的,因此我认为它们绑定到某个应用程序 ID。
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.
要本地化应用程序名称,您可以像任何其他文件一样执行此操作。首先单击 AppName-Info.plist 文件,然后打开身份检查器(左窗格列),文档标签下是本地化部分。您只需单击添加按钮即可添加所需的不同语言(例如,首先是英语,然后是意大利语)。您只需单独更改 AppName-Info.plist(英语)和 AppName-Info.plist(意大利语)文件中的每个名称即可。
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.