sudo apt-get install language-pack-zh-hans
- LANG="zh_CN.UTF-8"
- LANGUAGE="zh_CN:zh:en_US:en"
- en_US.UTF-8 UTF-8
- zh_CN.UTF-8 UTF-8
- zh_CN.GBK GBK
- zh_CN GB2312
- sh> locale-gen 'zh_CN.UTF-8'
- sh> update-locale LC_ALL="zh_CN.UTF-8"
/etc/profile- # language
- #update-locale LC_ALL="zh_CN.UTF-8"
- #locale-gen 'zh_CN.UTF-8'
- #MY_LANG=en_US.UTF-8
- #MY_LANG=zh_CN.UTF-8
- MY_LANG=zh_CN.utf8
- export LC_ALL=${MY_LANG}
- export LANG=${MY_LANG}
- export LANGUAGE=${MY_LANG}
sudo locale-gen