Rocky_Linux_8
Sponsored Link

Set System Locale2021/07/20

 
If you would like to change System Locale, set like follows.
[1] Replace to your own language on the example below.
# show current settings

[root@dlp ~]#
   System Locale: LANG=en_US.UTF-8
       VC Keymap: us
      X11 Layout: n/a

# show the list of available locales

[root@dlp ~]#
localectl list-locales

C.utf8
en_AG
en_AU
en_AU.utf8
en_BW
en_BW.utf8
en_CA
en_CA.utf8
en_DK
en_DK.utf8
.....
.....
.....
en_ZA
en_ZA.utf8
en_ZM
en_ZW
en_ZW.utf8

# set locale

[root@dlp ~]#
localectl set-locale LANG=ja_JP.utf8
# show settings

[root@dlp ~]#
   System Locale: LANG=ja_JP.utf8
       VC Keymap: us
      X11 Layout: n/a
Matched Content