Multilingual App for the Mac App Store - where to set languages displayed in Mac App Store?
Asked Answered
O

1

7

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

Ontiveros answered 9/12, 2013 at 12:16 Comment(1)
follow this link from apple:developer.apple.com/library/mac/documentation/MacOSX/Conceptual/…Sides
K
1

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

Kirit answered 11/12, 2013 at 15:21 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.