In the previous article, has used WordPress to build a personal blog, but the default is English, of course, if the technology blog, of course, the best English, but if it is other things such as life, English obviously will be difficult, so, it is best to modify the default language. To modify the method:
1. Modify the default language of the configuration file as Simplified Chinese
#cd/var/www/html/wordpress/
#vim wp-config.php//Modify wplang= ' for wplang= ' zh_cn '
2. Download the corresponding language pack in Simplified Chinese.
#cd/tmp
#wget Http://cn.wordpress.org/wordpress-3.8.1-zh_CN.zip
#unzip wordpress-3.8.1-zh_cn.zip//Decompression
#cd wordpress/wp-content
#cp-rf languages//var/www/html/wordpress/wp-content/
3. Restart the Apache server
#service Httpdrestart
4. Check to see if the WordPress language has been updated as shown in the picture
Over