• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

How do I set up my app to display its name in Chinese?

Participant ,
Feb 22, 2015 Feb 22, 2015

Copy link to clipboard

Copied

Within my app-descriptor.xml

<name>

        <text xml:lang="en">Appname</text>

        <text xml:lang="es">ESAppname</text>

        <text xml:lang="ch">背痛</text>

        <text xml:lang="zh_CN">背痛</text>

        <text xml:lang="zh_TW">背痛</text>

    </name>

When the iPhone language is set to English, or Spanish, the app name is displayed correctly, but for Chinese Simplifled it reverts back to displaying the English name.

Would anyone know how to achieve this?

Using AIR 16 as 17 currently has bug issues for me.

Thanks,

Mark

TOPICS
Development

Views

349

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Feb 22, 2015 Feb 22, 2015

Thanks for replying Chris.

Unfortunately though that had no affect but when reading your post I did spot another post which seems to work.

<text xml:lang="zh_Hans">背痛</text>

Votes

Translate

Translate
LEGEND ,
Feb 22, 2015 Feb 22, 2015

Copy link to clipboard

Copied

CH is Swiss. Try just cn and tw, without the zh part.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 22, 2015 Feb 22, 2015

Copy link to clipboard

Copied

LATEST

Thanks for replying Chris.

Unfortunately though that had no affect but when reading your post I did spot another post which seems to work.

<text xml:lang="zh_Hans">背痛</text>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines