Please clarify use of Japanese Strings
Kind folk,
Be nice to me a little; I believe that 'Help" is misleading. Help shows this:
---------
LangString message ${LANG_ENGLISH} "English message"
LangString message ${LANG_FRENCH} "French message"
LangString message ${LANG_KOREAN} "Korean message"
MessageBox MB_OK "A translated message: $(message)"
---------
Notice that KOREAN is shown. So, I added all my Japanese strings to the script and saved it as Unicode, but now it won't build (compile).
Could some kind person clue me in what I should do? I noticed that the file "Japanese.nlf" also appears to be ANSI, so I'm confused where to put my strings.
THANKS MUCH!!