Commit 6e1928
2024-02-16 03:44:03 Hargata Softworks: b| /dev/null .. international locale.md | |
| @@ 0,0 1,30 @@ | |
| + | # International Locale |
| + | |
| + | LubeLogger supports international locale i.e.: localized date formats, currencies, numerical formats, month names, etc. |
| + | |
| + | To configure LubeLogger in your region's locale: |
| + | |
| + | ## Docker |
| + | Make sure that LC_ALL and LANG environment variables are set up and injected correctly. |
| + | |
| + | Example(Running LubeLogger in English(Germany) locale: |
| + | |
| + | ``` |
| + | LC_ALL=en_DE |
| + | LANG=en_DE |
| + | ``` |
| + | |
| + | ## Windows Standalone |
| + | Make sure that your computer is set up in the correct region and locale. |
| + | |
| + | Example(Running LubeLogger in English(Germany) locale: |
| + | |
| + |  |
| + | |
| + | Note that dates are displayed in dd/MM/yyyy format and that the currency symbol is set to Euros as well as the "," decimal separator: |
| + | |
| + |  |
| + | |
| + | Inputs such as the Date Picker will also adapt to the user's locale: |
| + | |
| + |  |
