Question: How to add additional language support in CentOS/RHEL?
To add specific language support in CentOS/RHEL, you need firstly confirm the correct language group name by “yum grouplist” command.
# yum grouplist
The available language groups will be displayed in yum output as below:
# yum grouplist Loaded plugins: refresh-packagekit, rhnplugin Setting up Group Process Installed Groups: ... Installed Language Groups: Arabic Support [ar] Armenian Support [hy] ... Available Groups: Backup Client Backup Server ... Available Language Groups: Afrikaans Support [af] Albanian Support [sq] ... Chinese Support [zh] Coptic Support [cop] Croatian Support [hr] Czech Support [cs] Danish Support [da] Dutch Support [nl] English (UK) Support [en_GB] ...
After getting the correct language group name, you can install the specific language support using the “yum groupinstall command. Below is an example to add Chinese language support.
# yum groupinstall "Chinese Support"