Home  >  Article  >  Operation and Maintenance  >  How to modify the system language in centos

How to modify the system language in centos

王林
王林Original
2020-05-23 10:13:183197browse

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

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

LANG="zh_CN.UTF-8"

to

LANG="en_US.UTF-8"

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!

Statement:
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