Modify the system default language in CentOS

Source: Internet
Author: User

Modify the system default language in CentOS
Change the original Chinese environment to an English environment
Modify the i18n File
# Vi/etc/sysconfig/i18n

LANG = "en_US.UTF-8"

Another way is to change the environment variable LANG.
# Export LANG = "en_US.UTF-8"
However, this is not a new start, so you need to add it to/etc/profile, so that the variable will run when the machine is started.
LANG = "en_US.UTF-8"
Export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC LANG

Change the redhat System Language/Character Set
Modify the/etc/sysconfig/i18n file, as shown in figure
LANG = "en_US", xwindow will display the English interface,
LANG = "zh_CN.GB18030", xwindow displays the Chinese interface.
Another method
Cp/etc/sysconfig/i18n $ HOME/. i18n
Vi $ HOME/. i18n file, such
LANG = "en_US", xwindow will display the English interface,
LANG = "zh_CN.GB18030", xwindow displays the Chinese interface.
In this way, the user interface language can be changed without affecting other users.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.