Set system language2013/12/18 |
The example for setting system language of your system. |
[root@dlp ~]#
vi /etc/locale.conf # change LANG=" ja_JP.UTF-8 "
[root@dlp ~]#
[root@dlp ~]# source /etc/locale.conf # apply new setting echo $LANG # show current setting ja_JP.UTF-8 # just changed |