871 B
871 B
Locale & System Language
Concepts
locale= all country/language settings (text, numbers, time, currency, sorting)- Each
LC_*variable controls one aspect — they can be mixed independently LC_MESSAGES= language the OS uses to talk to youLC_COLLATE= sort order (e.g. ß = ss in German)- Settings live in
/etc/locale.confbut KDE overrides this via System Settings
On EndeavourOS + KDE
- Set locale in: System Settings → Region & Language
- KDE has two sections: Language (text) and Formats (numbers/time/currency) — set them independently
/etc/locale.gen— uncomment locales you need, then runsudo locale-gen- Diagnose:
localeshows current settings,locale -ashows what's installed
Useful commands
man 7 locale— full explanation of all LC_* variables- Search inside man:
/SEARCHTERMthennfor next match