how to add a new language wine?

Dmitry Timoshkov dmitry at baikal.ru
Wed Jul 18 02:28:42 CDT 2001


"jerry.zhang" <wenlongzhang at 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.





More information about the wine-devel mailing list