We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
若系统使用的是bash,则编辑 /etc/profile.d/lang.sh ,把LANG设置为zh_CN.UTF-8
/etc/profile.d/lang.sh
LANG
zh_CN.UTF-8
export LANG=zh_CN.UTF-8
若系统不是使用的是bash,而是其他shell则编辑/etc/profile.d/lang.csh文件 ,把LANG设置为zh_CN.UTF-8
/etc/profile.d/lang.csh
setenv LANG zh_CN.UTF-8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
若系统使用的是bash,则编辑
/etc/profile.d/lang.sh
,把LANG
设置为zh_CN.UTF-8
若系统不是使用的是bash,而是其他shell则编辑
/etc/profile.d/lang.csh
文件 ,把LANG
设置为zh_CN.UTF-8
The text was updated successfully, but these errors were encountered: