Total de visualizações de página

terça-feira, 3 de maio de 2016

Set System Language


Set System Language
2014/07/13
 
The example for setting system language of your system.
[1]Replace to your own language on the example below.
# show current status

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

# show the lisr of locales

[root@dlp ~]# 
localectl list-locales 

aa_DJ
aa_DJ.iso88591
aa_DJ.utf8
aa_ER
aa_ER.utf8
aa_ER.utf8@saaho
aa_ER@saaho
...
...
...
zh_TW
zh_TW.big5
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 status

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

Nenhum comentário:

Postar um comentário