Search code examples
internationalizationitunes

Are all apps localized to, say, Serbian by default?


My app is in the App Store and I had pulled it up so I can share the link with someone. I looked at the languages and saw something really strange.

The app was listed as localized for several languages which I didn't use. I don't even know what half of those languages sound like.

Is this a problem with iTunes, or is it more likely with my App submission?

Here's a screenshot:

Meh. My App is in Serbian.

Edit - iTunes Connect seems to read the same info from the binary:

enter image description here


Solution

  • Check your *-Info.plist file for suspicious lines. If nothing found, check your files for localization (in the File Inspector Pane).

    Another possible reason would be the inclusion of a framework/resource (which is a bundle), that supports other languages. Check your built project for .lproj directories recursively with this command:

    find /AppDirectory.app/ -type d -iname *.lproj