Hello,
I desperately try to have a traditional and simplified Chinese app icon name on iOS.
I am using Adobe Air SDK 4.0
According to all documentation something like this in the app descriptor file should work:
<name> |
<text xml:lang="en">Sudoku</text> |
<text xml:lang="it">Sudoku</text> | |
<text xml:lang="zh-Hans">数独</text> | |
<text xml:lang="zh-Hant">數獨</text> |
</name> |
<supportedLanguages>zh en fr de it es</supportedLanguages>
However always I package the app, load it up to my iPhone and switch the language to Chinese the English name is shown.
What am I doing wrong?
Best,
Henning