How to modify the system language in centos

王林
Release: 2020-05-23 10:13:18
Original
3257 people have browsed it

How to modify the system language in centos

You can change the system language by modifying the configuration file.

Edit the /etc/sysconfig/il8n configuration file

vi /etc/sysconfig/i18n
Copy after login

Modify the configuration as needed, such as changing the original configuration:

LANG="zh_CN.UTF-8"
Copy after login

to

LANG="en_US.UTF-8"
Copy after login

It will not take effect immediately after saving, but will take effect after restarting.

Recommended tutorial: centos tutorial

The above is the detailed content of How to modify the system language in centos. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template