Hi,
I have an app that features several languages, all of them work well, now I included simplified Chinese to the build and changed the names and supported languages tag to:
<name> | ||
<text xml:lang="en">EN</text> | ||
<text xml:lang="de">DE</text> | ||
<text xml:lang="fr">FR</text> | ||
<text xml:lang="it">IT</text> | ||
<text xml:lang="es">ES</text> | ||
<text xml:lang="zh-Hans">CN</text> | ||
</name> |
<supportedLanguages>en de fr it es zh</supportedLanguages>
However, the ipa is build and all languages do work except for Chinese. Can anyone see why?
The internal fallback solution is to display the English version when no supported language is selected and I just get the English version when switching the language to Chinese from the Settings app.
All other supported languages do work though.
Best,
Josh