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

发布于 2024-12-17 09:37:31 字数 182 浏览 1 评论 0原文

我想更改我的应用程序在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

吾家有女初长成 2024-12-24 09:37:31

您研究过 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.

口干舌燥 2024-12-24 09:37:31

要本地化应用程序名称,您可以像任何其他文件一样执行此操作。首先单击 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文