1.系统默认语言中文改英文
[root@lili ~]# vim /etc/locale.conf
LANG="zh_CN.UTF-8" --> LANG="en_US.utf8"
重启生效
2. 系统默认语言英文改中文
[root@lili ~]# vim /etc/locale.conf
LANG="en_US.utf8" --> LANG="zh_CN.UTF-8"
重启生效
[root@lili ~]# vim /etc/locale.conf
LANG="zh_CN.UTF-8" --> LANG="en_US.utf8"
重启生效
[root@lili ~]# vim /etc/locale.conf
LANG="en_US.utf8" --> LANG="zh_CN.UTF-8"
重启生效
1166
1926

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