How to change centos language to English
Go to /etc/sysconfig
Using cd /etc/sysconfig
make backup of the file i18n
cp i18n i18n.backup
view i18n
vi i18n
replace with the following code and reboot
LANG="en_US.UTF-8"SYSFONT="latarcyrheb-sun16"