LC_ALL=<locale name> locale language
LC_ALL=<locale name> locale charmap
LC_ALL=<locale name> locale int_curr_symbol
LC_ALL=<locale name> locale int_prefix
cat > /etc/profile << "EOF"# Begin /etc/profile
export LANG=<ll>_<CC>.<charmap><@modifiers>
# End /etc/profile
EOF
本文详细介绍了如何设置环境变量以确保系统能够正确地识别和使用指定的语言环境设置。通过修改 /etc/profile 文件来永久设定系统的语言环境变量,如语言、字符集等。
704

被折叠的 条评论
为什么被折叠?



