Skip to main content
Participant
February 7, 2013
Question

Need danish in the supportedLanguages tag

  • February 7, 2013
  • 2 replies
  • 1010 views

Hi

I'm building a danish iOS app but in the app store I don't want to list all the default languages since it's only supporting danish. I've tried adding <supportedLanguages>da</supportedLanguages> in the descriptor file but it won't compile. What can I do to get danish as the language in the app-store? Or hide all the languages which the app doesn't support (in this case all the default ones).

This topic has been closed for replies.

2 replies

Inspiring
September 18, 2018

flexercised  escribió

Only by doing this:

http://www.saumitrabhave.com/2011/10/removing-unwanted-languages-from-you.html

By doing what? That link unfortunately doesn't work anymore.

Sorry for resurrecting this old thread, but I'm having the same issue. I can't add "th" (Thai) to <supportedLanguages></supportedLanguages>, but only in Android. In iOS it accepts that language just fine.

KingomanAuthor
Participant
March 12, 2013

Thank you very much!

I got an "object file format invalid" error when running codesign but it was solved by running this command from shell first (in case any one else get's the error):

export CODESIGN_ALLOCATE="/Applications/Xcode.app/Contents/Developer/usr/bin/codesign_allocate"