简体   繁体   English

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

[英]iPhone app localization with custom system, how to make it appear on 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.我的应用程序是从使用自定义本地化系统的 PC 版本移植过来的,使用硬编码字符串和一些语言规则来自动翻译文本。 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'.但是我希望支持的语言出现在 iTunes 中,而不仅仅是显示“英语”。 How does iTunes find what language an app supports? iTunes 如何找到应用支持的语言? Is there any configuration file that I need to change?我需要更改任何配置文件吗?

You need to specify the supported languages under the Localizations (CFBundleLocalizations) key in your Info.plist.您需要在 Info.plist 中的 Localizations (CFBundleLocalizations) 键下指定支持的语言。

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

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