Hi
I really need some help here! Any help appreciated!
I've created an app for iPad that currently only support danish.
I'm updating the app to support english and I would like the app name (shown below the icon) to change according to language on the users iPad.
In the -app.xml I've changed the name node like this:
<name>
<text xml:lang="en">English App Name</text>
<text xml:lang="da">Danish App Name</text>
</name>
However this always shows the English name.
I've tested with other languages like french at that works fine
<text xml:lang="fr">French App Name</text>
I've just read that danish is not supported by the air installer??????? why?
Is there some other way of doing this?
I'm using Flash CC and Air 14.0.0.178 (using command line to compile)
Thanks
Rolf