About Mobile Designer load multi languages

Hello, dear Supervisor and everyone,

I met a problem using the Mobile Designer to load the multi languages.
I have codes successfully and it can works in english and german both languages. It can automatically change. But I wanna to try Chinese language, but it show do not work, like the picture.
I tried some ways to fix the problem, but do not works. I have no idea what to do know.
In the defaults.xml file, the encoding=“UTF-8”. But still can not work.

Thanks!
Pigeon


Are you using the ResHandler to include your text files ? Using an includeTextFile() call from reshandler will require your Chinese text file to be saved as UTF-16. I usually use UTF-16LE (little endian), but big endian should work too.