Localize app name for AIR-Android app
Hello,
I need to localize the name of the application I'm bulding in AIR for Android platform.
I tried to specify different app names in the application.xml : (doc http://adobe.ly/mpo0av)
<name>
<text xml:lang="en">Hello AIR</text>
<text xml:lang="fr">Bonjour AIR</text>
<text xml:lang="es">Hola AIR</text>
</name>
But the application won't install anymore on the device when the APK is created using this application.xml.
It works when I revert to a simple <name>Hello AIR</name> node.
Does someone has an idea how can I localize the AIR android app name please ?
Thank you,
Alex
