Line 16... |
Line 16... |
16 |
|
16 |
|
17 |
=== NLS STRINGS ==============================================================
|
17 |
=== NLS STRINGS ==============================================================
|
18 |
|
18 |
|
19 |
SvarCOM can output information in many languages. To do so, it relies on a
|
19 |
SvarCOM can output information in many languages. To do so, it relies on a
|
20 |
precompiled resource file named SVARCOM.LNG. When SvarCOM starts, it looks
|
20 |
precompiled resource file named SVARCOM.LNG. When SvarCOM starts, it looks
|
21 |
for this file in the %NLSPATH% directory and loads from it the part that
|
21 |
for this file in the %DOSDIR% directory and loads from it the part that
|
22 |
contains the %LANG% language. All this is done by nls_langreload().
|
22 |
contains the %LANG% language. All this is done by nls_langreload().
|
23 |
|
23 |
|
24 |
The SVARCOM.LNG file is compiled by TLUMACZ (from the SvarLANG.lib suite). It
|
24 |
The SVARCOM.LNG file is compiled by TLUMACZ (from the SvarLANG.lib suite). It
|
25 |
takes CATS-style language files as input and compiles them into a single
|
25 |
takes CATS-style language files as input and compiles them into a single
|
26 |
SVARCOM.LNG resource file. It also produces a DEFLANG.C file with english
|
26 |
SVARCOM.LNG resource file. It also produces a DEFLANG.C file with english
|