_______________________________________________________________________________
 
 SysTray/WPS NLS toolkit
_______________________________________________________________________________


 [0. Introduction]

 If your native language is different than English, and you're using localized
 version of OS/2 (or eComStation), you probably not happy becose of the
 fact that Systray/WPS is designed only for English-speaking people. So, if
 you're reading this file now, you may come to fill this whitespace.

 [1. Interface]

 Currently, we provide two different NLS (actually three, but there is no
 significant difference between 0 and 2):

 0 (default) - english (en_US), build in (wpst.dll, stdplug.dll)
 1 - russian (ru_RU), external (wpst_RU.dll)
 2 - international englush (xx_XX), external (wpst_XX.dll, template)

 Use make.cmd %1 %2 %3 %4 to compile different languages. Parameters:

 %1 - primary 2-byte language abbreviate (example: en, de, es). This is
 actually the first 2 characters from SET LANG environment variable found
 in your CONFIG.SYS. Language Specific DLL will be named as wpst_%1.dll !

 %2 - version (0.3.5 currently)

 %3 - translator (example: John_Dow). Do now put spaces here, becose it is
 batch file parameter.

 %4 - secondary 3-byte language abbreviate, just for compatibility here
 (examples: enu, deu, esp ...). This is a language parameter for OS/2 help
 compiler.

 You must also have OS/2 Tookit installed (or, at least, rc.exe and link386.exe
 utilites).

 [2. Template]

 There is language template, written in english. It is located in xx\
 subdirectory. When making new translation, copy their contents in
 new directory named as in %1 parameter of make.cmd (see above). Then
 translate all messages and dialogs (we recommend to use e.exe editor).
 Help files also good candidate, but they not that critical, we think.
 To build, refer to  [1.] section of this document.

 [3. Contact]

 If you have question, please write to: systray@os2.ru
 If you want to discuss something, write to: systray@list.os2.ru

_______________________________________________________________________________

 (C) 1999-2002 OS2.Ru DevTeam ................ http://devcenter.os2.ru/systray
 Written by Dmitry Zaharov ..................................... madint@os2.ru
