Frage

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 ?

  • Somewhere in xcode (in some .plist ?)
  • Somewhere in iTunes connect ?

Thanks for you help, Roman

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top