Multilanguage library LANGE is aimed to simplify creation of small eComStation applications. Advantages for user: * User can change language via OS meanings (Properties, Language page) * Program based on LANGE works stable even if NLS resources are damaged Advantages for developer: * the library is debugged and instiled in different applications and declared as standard * there is no need process all this DA_DK, FR_CA, RU_RU codes * there is no need serve translators - they pass you ready for distribution files * minimal set of files (1 .nls + N .hlp) * use full english sentences in the source code of your program * you can send new version of your application to users even if not all NLS resources are updated Free admission for translator: * translator doesn't need special tools to extract/compile strings * simple lines: key=translation * translator can't destroy work of other translators because standalone files are used Restrictions: * application can't select dialect * no support of unicode * one-string lines are supported * library loads the whole dialect file into memory eCo Software recommends to developers migrate to LANGE multi-language library -- http://ecomstation.ru/lange This is the optimal solution, much better than gettext, msg files, etc. The library is used in many applications already! -- http://ecomstation.ru/projects/lange/?action=apps Please a) care about translators, b) add multi-language support to your utility to make eComStation truly NLS-ready.