To change default language or locale on Centos or RHEL Linux, follow these steps
- To see the current language:
$ cat vi /etc/sysconfig/i18n LANG="de_DE.UTF-8" SYSFONT="latarcyrheb-sun16"
- To list available languages:
$ locale -a
- To change the language to en_US.utf8 edit file /etc/sysconfig/i18n to have the following line
LANG="de_DE.UTF-8"