|
indexterm:[keyboard configuration] The *system locale* specifies the language settings of system services and user interfaces. The *keyboard layout* settings control the layout used on the text console and graphical user interfaces.
|
|
~]${nbsp}localectl status System Locale: LANG=en_US.UTF-8 VC Keymap: us X11 Layout: n/a
|
|
~]${nbsp}localectl list-locales | grep pass:quotes[`en_`] en_AG en_AG.utf8 en_AU en_AU.iso88591 en_AU.utf8 en_BW en_BW.iso88591 en_BW.utf8
|
|
~]#{nbsp}localectl set-locale LANG=pass:quotes[`en_GB.utf8`]
|
|
~]${nbsp}localectl status System Locale: LANG=en_US.utf8 VC Keymap: us X11 Layout: us
|
|
[command]#localectl# [option]`list-keymaps`
|
|
~]${nbsp}pass:attributes[{blank}][command]#localectl# [option]`list-keymaps` | [command]#grep# `cz` cz cz-cp1250 cz-lat2 cz-lat2-prog cz-qwerty cz-us-qwertz sunt5-cz-us sunt5-us-cz
|
|
~]#{nbsp}localectl --no-convert set-x11-keymap pass:quotes[_de_]
|
|
~]${nbsp}localectl status System Locale: LANG=de_DE.UTF-8 VC Keymap: us X11 Layout: de
|