Ubuntu12.04 how to switch the Chinese system back to English
Source: Internet
Author: User
Ubuntu12.04 how to switch the Chinese system back to English sometimes my colleagues accidentally install the Chinese version. It is not a poor Chinese character, but an error message or a Chinese character that cannot be found on the Internet. The following method can be used to restore the English system. 1. how to switch all the... Ubuntu 12.04 Chinese systems back to English in the/etc/default/locale file? sometimes my colleagues may accidentally install the Chinese version. It is not a poor Chinese character, but an error message or a Chinese character that cannot be found on the Internet. The following method can be used to restore the English system.
1. in the/etc/default/locale file, replace all zh_CN with en_USzh to en2. install en_US language pack [plain] sudo apt-get install language-pack-en 3. check with locale command
The output may have write problems. for example, LC_ALL is not set, and zh is used. Copy the locale output result in/etc/environment and modify it as needed:
[Plain] www.2cto.com LANG = en_US.UTF-8 LANGUAGE = en_US: en LC_CTYPE = "en_US.UTF-8" LC_NUMERIC = "en_US.UTF-8" LC_TIME = "en_US.UTF-8" LC_COLLATE = "en_US.UTF-8" LC_MONETARY = "en_US.UTF-8" LC_MESSAGES = "en_US.UTF-8" LC_PAPER = "en_US.UTF-8" LC_NAME = "en_US.UTF-8 ""LC_ADDRESS =" en_US.UTF-8 "LC_TELEPHONE =" en_US.UTF-8 "LC_MEASUREMENT =" en_US.UTF-8 "LC_IDENTIFICATION =" en_US.UTF-8 "LC_ALL = en_US.UTF-8 4. restart and use locale for Check. everything is OK. . Author: sheismylife
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