Skip to main content
Devarai
Known Participant
January 27, 2014
Question

Adobe Air for iOS and support of Chinese

  • January 27, 2014
  • 2 replies
  • 911 views

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

This topic has been closed for replies.

2 replies

Participant
January 15, 2015

Hello

Please try following code:

<text xml:lang="zh_Hans">数独</text>

<text xml:lang="zh_Hant">數獨</text>

Participant
February 19, 2014

Hello Henning,

did you find a solution for this ?

I tried different values for the lang parameter (zh-Hans,zh-Hant, zh-CN, zh-cn, zh-TW, zh-tw...) but the english name is always shown.

It works perfectly for every other languages but not for Chinese.

Thanks.

Devarai
DevaraiAuthor
Known Participant
February 19, 2014

No,

However I filed a bug report. Please rate it raise its priority for Adobe.

Sent from my iPhone

Participant
February 19, 2014

I just add a vote for this bug (3699586)