hello,everyone: I want to add a new language to wine,but I found the document about this is out of date, so,I want to know how to add a new language to the latest version of wine. In additional,I want to know how to define the value of many parameters in the file "/dlls/kernel/nls/youlanguage.nls". Best regards Jerry Zhang Redflag Software Co. Ltd E-mail: wenlongzhang(a)redflag-linux.com
"jerry.zhang" <wenlongzhang(a)redflag-linux.com> wrote:
I want to add a new language to wine,but I found the document about this is out of date, so,I want to know how to add a new language to the latest version of wine.
First of all, you should make sure, that language you want to add has the code page <-> unicode translation table. Look at unicode subdirectory for a possible choice. Next you should check that wrc (tools/wrc) and wmc (tools/wmc) have support for that language/code page. If all the above is already in place, you can start adding resources to the kernel/user/comctl32/commdlg/etc.
In additional,I want to know how to define the value of many parameters in the file "/dlls/kernel/nls/youlanguage.nls".
Have a look at other .nls files. Choose the values that represent your local preferences. Good luck. -- Dmitry.
participants (2)
-
Dmitry Timoshkov -
jerry.zhang