Handling localizations in Xcode

Hi. I’m doing all my localization for my game inside Unity, but I’m not sure what I need to then do in Xcode so that my app description lists the languages I am supporting. Can anyone help?

You need to specify the localization languages you support by adding a “CFBundleLocalizations” array to your iOS target properties. You can find this in xcode under the “info” tab of your project settings.

  • Hover over any of the existing keys and click +, then type in “Localizations”
  • Click the arrow to expand the Localizations line
  • Add your list of languages under the value column

Alternatively you should be able to add them manually to your plist file by adding in something like this: