I want to figure out how to handle localization and non-ascii-characters in MoSync. There might be some information somewhere, but in that case I cannot find it. Nothing on finding out the locale, nothing on UTF-8 or unicode, and nothing on localization of strings.
Lets say I want to make a simple one-screen MAUI application, with a label and some buttons. The label shows the text "Hello" in the language corresponding to the button that was pressed most recently.
So it would look something like this:
+-------+
|Hello |
+-------+
[English]
[Français]
[日本語]
[한국어]
[Русский]
What is the best way to do this with MoSync/MAUI today? Preferably I would want to use something similar to Java (not MIDP) .properites files, with one file for each language, or like the .strings-files on iPhone.
I saw something a little similar to this here: http://www.mosync.com/forum/viewtopic.php?f=18&t=17#p38
But the .string construction in resource files do not support anything else than ascii, do they?
Here are the strings, if someone would be interested in having a go at this:
English:
English
Hello
French:
Français
Bonjour
Japanese:
日本語
こんにちは
Korean:
한국어
안녕하세요
Russian:
Русский
привет