I installed Ubuntu in English. How now, "Wine" to force to show the Korean (Hangeul) and Japanese (Hiragana/Katakana/kanji) fonts?.
You can use localegen to add locales to the system (for example ja_JP.SHIFT_JIS). Then you can run the application in the appropriate locale by doing: Code: LANG=ja_JP.SHIFT_JIS wine appname.exe Make sure you also have some Korean and Japanese fonts installed. You can find them in the Add/Remove applications program, I believe.
For korean: LANG=kr_KR.SHIFT_JIS wine appname.exe ?? For Chinese LANG=zh_CN.SHIFT_JIS wine appname.exe ??