Thank you for the email.
--> based on the translation files in <your tree>.utree/trans/
--> Capitalize the first letter (i.e. "Filipino", "Japanese")
--> default language is: "English"
--> you may get hold of the sample pedia.utree from the
Usbong website
This is what pedia.utree looks inside:
pedia.utree
./trans/Japanese.xml
Place your translations inside the trans folder.
--> refer to attached: Japanese.xml
--> take note of the format (based on Android's strings.xml)
--> what happens is, before usbong displays the screen,
1) it checks the current language setting.
2) it then takes the words on the screen (which are based on your xml tree),
and matches it with the corresponding string names in the xml file in the trans folder (e.g. Japanese.xml).
3) Once it finds the matching word, it then replaces the words on the screen
with the equivalent word in /trans/<language>.xml.
You can put as many translations as you want (not just Japanese).
The set language dialog box should adjust accordingly.
Let me know if you have further questions.