HI Kondou, I'm sorry but there isn't any documentation for those things. It's not a publicly supported area of MoI currently.
You'll primarily need to learn by studying the current UI and experimenting with your own changes. It's also an area that can be changed from time to time and so it's not guaranteed that your work will be compatible with future versions, that's something to keep in mind.
> how to set charset of Chinese ? utf-8 or utf-16?
You can use the standard way for HTML to define a charset which is the meta tag:
https://www.w3schools.com/TAGs/att_meta_charset.asp
But in the normal UI there isn't any text located directly in .htm files, instead all translatable text resides in a Strings.txt file and the UI uses a <moi:Text> element where you give a textid value. Then the text is looked up from the current language's Strings.txt file. That then allows for the feature of switching languages and having the UI text change to come from a different XXXStrings.txt file.
- Michael
|