1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<chapter id="cmdline_localization">
<title>Localization</title>
<para>
PDF Editor is run in english language by default, but by setting environment variable <envar>LANG</envar> before launching
the program, you can tell PDF Editor to look for specific language file. If the localization you requested is
not available, english will be used instead.
</para>
<para>
Aside default english, these localizations are available:
<informaltable frame="none">
<tgroup cols="2"><tbody>
<row><entry>cs</entry><entry> - Czech</entry></row>
<row><entry>de</entry><entry> - German</entry></row>
<row><entry>es</entry><entry> - Spanish</entry></row>
<row><entry>ru</entry><entry> - Russian</entry></row>
<row><entry>fr</entry><entry> - French</entry></row>
<row><entry>zh_TW</entry><entry> - Chinese (traditional)</entry></row>
</tbody></tgroup>
</informaltable>
</para>
</chapter>
|