[root@localhost ~]# echo $LANG

[root@localhost ~]# yum grouplist chinese-support

[root@localhost ~]# yum groupinstall chinese-support

[root@localhost ~]# vi /etc/sysconfig/i18n

#LANG="en_US.UTF-8"

LANG="zh_CN.UTF-8"

SYSFONT="latarcyrheb-sun16"

[root@localhost ~]# shutdown -r now