2025-03-14 21:59:59 -06:00
|
|
|
# localectl
|
|
|
|
|
|
|
|
|
|
> Control the system locale and keyboard layout settings.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/localectl.html>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Show the current settings of the system locale and keyboard mapping:
|
|
|
|
|
|
|
|
|
|
`localectl`
|
|
|
|
|
|
|
|
|
|
- List available locales:
|
|
|
|
|
|
|
|
|
|
`localectl list-locales`
|
|
|
|
|
|
|
|
|
|
- Set a system locale variable:
|
|
|
|
|
|
|
|
|
|
`localectl set-locale {{LANG}}={{en_US.UTF-8}}`
|
|
|
|
|
|
|
|
|
|
- List available keymaps:
|
|
|
|
|
|
|
|
|
|
`localectl list-keymaps`
|
|
|
|
|
|
|
|
|
|
- Set the system keyboard mapping for the console and X11:
|
|
|
|
|
|
|
|
|
|
`localectl set-keymap {{us}}`
|