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: |
+ | |
+ | ![](/International%20Locale/a/image-1708054817813.png) |
+ | |
+ | 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: |
+ | |
+ | ![](/International%20Locale/a/image-1708054890818.png) |
+ | |
+ | Inputs such as the Date Picker will also adapt to the user's locale: |
+ | |
+ | ![](/International%20Locale/a/image-1708054952574.png) |