I have checked a lot of information on the Internet before, and many netizens have said on the Internet that, in shell command input: # vi/etc/sysconfig/i18n and then modify lang = "en_US.UTF-8" for Lang = "zh_CN.UTF-8" Save, restart the system, then I tried it many times, the user name and password on the system login interface are changed to Chinese. after entering the system desktop, the problem still cannot be solved. Then finally found a solution in 51cto: Because locale priority is higher than i18n, lang = zh_CN.UTF-8 in i18n, but still en_US.UTF-8 in local, therefore, the system is in English. In locale, Lang ***, LC _ ***, and lc_all have different priority levels. I will not go into details about specific documents. # Export lc_all = zh_CN.UTF-8 and then restart. Of course, the system only works with a Chinese character set. If there are garbled characters in Chinese, you can go to this blog for details: http://www.cnblogs.com/ylqmf/archive/2011/09/05/2167458.html. Chinese Input Method: This is relatively simple.
1. The root permission is required, so you must use root to log on, or su root.
2. Yum install "@ Chinese support"
3. Exit
4. If the system does not support Chinese characters, it may be a headache for friends who are not good at English.
5. Go back to the desktop and choose system> preferences> input method.
6. Check enabled input method features, select the first item, and click the close button in the lower right corner to enter the next dialog box.
7. there are three option columns: general, inputmehod, advanced. Set general first, and fill in the input method to switch the shortcut key in the disabled and enabled columns. Generally, select a key and enter a key in the text box, for example, if you want to use Ctrl + space as the shortcut key, you can first select control and then enter the Space key in the text box. As for the second next or something, it seems to be useless.
8. Continue to set the second option: inputmethod. In the select inputmethod drop-down box, select the option with pinyin, and click Add on the right, that is, OK.
9. Continue to set the third option: Advanced. Just check the two boxes.
10. log out of the user and try again.