I am trying to compile an adobe air app for iOS with Danish app name? I can get localization to work with eg English, French and German, but not with Danish...
I put
<name> <text xml:lang="en"> English </ text> <text xml:lang="da"> and Danish </ text> </name>
in the app.xml before i compile with the adt, but after compile i can see that only the English name is created in the InfoPlist.strings of the ipa.
Any ideas on how to achieve a localized app name?