I have a Mac Osx App to submit to the Mac App Store - it supports 8 languages.
Its written mostly in pure C++, i use my own localization handling, so i DON'T use any localization strings provided by XCode.
Question: Where can i set these languages, so it gets displayed in the Mac App Store ?
Thanks for you help, Roman
On your Mac, choose Apple menu > System Preferences, then click Language & Region . Click Apps. Do one of the following: Choose a language for an app: Click the Add button , choose an app and a language from the pop-up menus, then click Add.
language in side Apple store changed to some other language How can i move back to English? Open Apple store(app store) -> open your account (from right top) -> Setting -> Country or Region -> select your desire country or region and save it. Tap Settings > Country or Region > change here to your billing address.
On your Mac, choose Apple menu > System Preferences, click Keyboard , then click Input Sources. Click the Add button , then search for a language (such as Chinese, Simplified). Select one or more input sources for each language you want to use. Click Add.
In your AppName-Info.plist file, add the key CFBundleLocalizations
with an array of locale strings for your supported languages.
The full Info.plist documentation is here: https://developer.apple.com/library/ios/documentation/general/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With