root@pts/0 # cat /etc/sysconfig/i18n LANG="en_US.UTF-8"
以上说明系统显示英文
root@pts/0 # vim /etc/sysconfig/i18n LANG="zh_CN.UTF-8" :wq --> 保存退出 root@pts/0 # source /etc/sysconfig/i18n
linux shell显示 中英文修改
原文:http://blog.51cto.com/chaichuan/2094143