iPhone应用本地化自定义系统,如何让它出现在iTunes上?

发布于 2024-11-15 12:36:59 字数 181 浏览 3 评论 0原文

我的应用程序是从使用自定义本地化系统的 PC 版本移植的,使用硬编码字符串和一些语言规则来自动翻译文本。 一切正常,它会自动检测用户语言并使用正确的翻译字符串显示文本。目前它支持法语、西班牙语和德语。 不过,我希望支持的语言出现在 iTunes 中,而不仅仅是显示“英语”。 iTunes 如何找到应用程序支持的语言? 是否有我需要更改的配置文件?

My applicaton was ported from a PC version that used a custom localization system, using hardcode strings and some language rules to automatically translate text.
Everything works, it automatically detects the user language and displays the text using the correct translated strings. Right now it supports French, Spanish and German.
However I want that the supported languages to appear in iTunes, instead of just displaying 'English'.
How does iTunes find what language an app supports?
Is there any configuration file that I need to change?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

花之痕靓丽 2024-11-22 12:36:59

您需要在 Info.plist 中的 Localizations (CFBundleLocalizations) 键下指定支持的语言。

You need to specify the supported languages under the Localizations (CFBundleLocalizations) key in your Info.plist.

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