Home > Article > Operation and Maintenance > How to set the language in centos system to Chinese
1. Execute the following command to install the Chinese language pack
sudo yum groupinstall chinese-support
(Recommended tutorial: centos usage tutorial)
2. Edit the ".bashrc" file
vim ~/.bashrc
Add "export LANG="zh_CN.UTF-8"" at the end
3. Restart the system
sudo shutdown -r now
Related video tutorial recommendations: linux video tutorial
The above is the detailed content of How to set the language in centos system to Chinese. For more information, please follow other related articles on the PHP Chinese website!