Fedora 19
Sponsored Link

Set System Language2013/07/03

  The example for setting system language of your system.
[root@dlp ~]#
echo $LANG
# show current setting

en_US.UTF-8
[root@dlp ~]#
vi /etc/locale.conf
# change

LANG="
ja_JP.UTF-8
"
[root@dlp ~]#
source /etc/locale.conf
# apply new setting
[root@dlp ~]#
echo $LANG
# show current setting

ja_JP.UTF-8
# just changed

Matched Content