|
eComStation.RU // russian-speaking users, developers and businessmen
|
|
@
@
@
@
ru ·
en ·
de ·
es ·
it ·
pt ·
cz ·
pl ·
fr
|
|
|
|
|
|
|
|
|
|
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
- you can keep comments for the translators in dialect files
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
|
|
|
|