If the languages were not installed during the installation, the same can be installed by YUM command. Use following command to install Hindi and Chinese support.
# yum groupinstall {LANGUAGE-support}
# yum install "@Hindi Support"
# yum install "@Chinese Support"
Use yum grouplist list available groups and languages.
第二种:
yum -y install fonts-chinese
yum -y install fonts-ISO8859-2
多数人到了这里就没有做其它操作了,导致仍然无法正确显示中文。
3. cd /usr/share/fonts/
4.fc-cache -fv #这两步才是成功的关键阿,相信还有无数人困扰在这里