简体   繁体   中英

Apple AppStore app localization

Not sure where to put this.

I have a question about localization of an app. We have created an app that is available in Slovenia an Croatia. The app itself is localized. While Google play enables us to show different texts based on language, the Apple App store does not. The reason is tha both Stores (Slovenian an Croatian) are using English (UK).

Is it possible to set different texts and screenshots for different territories?

App Store pages are managed via iTunes Connect. The current list of possible translations of your app's description, metadata and screenshots are: (All other "stores" show the Default language; there is no way to localize the App Store page for them)

在此处输入图片说明

Source: https://developer.apple.com/library/content/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Appendices/AppStoreTerritories.html#//apple_ref/doc/uid/TP40011225-CH18-SW3

Are you asking how to set the test in the app for each region or for the app store?

I would try creating localized string folders set for the English language and the countries of Slovenia and Croatia. I would try the following folder names

en_SI.lproj for Slovenia

en_HR.lproj for Croatia

With those folders, you can put your Localized.strings file for each region.

For the App store, you may be limited. The App Store supports fewer languages and regions than the apps do.

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