Installing the localization package

You do not need to install the English localization package.

To install an RPM localization package, run the following command:

rpm -i kwts-control_xx-<version_number>.noarch.rpm

Here, xx is the two-letter designation of the language, such as en.

To install the localization package from a DEB package:

  1. Make sure the required localization package is available in UTF-8 format. To do so, run the following command:

    locale -a | grep utf8

  2. Compile the required localization packages. To do so, run the following command:

    dpkg-reconfigure locales

  3. Run the following command:

    dpkg -i kwts-control-l10n-xx_<version_number>_all.deb

    Here, xx is the two-letter designation of the language, such as en.

Page top