Fedora 29
Sponsored Link

Set System Locale2018/11/01

 
This is the example for setting system language of your system.
[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 locales

[root@dlp ~]#
localectl list-locales

C.utf8
aa_DJ
aa_DJ.iso88591
aa_DJ.utf8
aa_ER
aa_ER.utf8
aa_ER.utf8@saaho
aa_ER@saaho
aa_ET
aa_ET.utf8
.....
.....
.....
zh_TW.euctw
zh_TW.utf8
zu_ZA
zu_ZA.iso88591
zu_ZA.utf8

# set locale

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

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