iPhone应用本地化自定义系统,如何让它出现在iTunes上?
我的应用程序是从使用自定义本地化系统的 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要在 Info.plist 中的 Localizations (CFBundleLocalizations) 键下指定支持的语言。
You need to specify the supported languages under the Localizations (CFBundleLocalizations) key in your Info.plist.