简体   繁体   中英

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. 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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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