Skip to content

Multi language Support

Ladislav Foldyna edited this page Oct 20, 2023 · 9 revisions

QLog has a multi-language support. The language is set based on the OS environment setting.

Currently, following languages are implemented:

  • English
  • Czech
  • German

The language can also be set manually via OS's locales. An example below shows, how the language can be changed manually via Linux OS environment setting:

LANG=cs_CZ.UTF-8 ./qlog (for Czech Language)

LANG=de_DE.UTF-8 ./qlog (for German Language)

For Windows platform, set the LANG environment variable for application or use:

set LANG=cs_CZ.UTF8
qlog.exe

Not only language but also date and time format and distance unit are controled by OS environment settings. If you wish to use a date and time format different from your language's default, please refer to the following examples:

Date in ISO format (YYYY-MM-DD):

LC_TIME=en_SE.UTF-8

The distance unit is controlled via LC_MEASUREMENT. All Non-metric units are in miles, and the metric unit is in km.

Clone this wiki locally