首先,需要获得WordPress中文语言包:http://code.google.com/p/wopus/downloads/list。
使用方法:
- 下载中文语言包,上传到 wp-content/languages 目录。
- 打开wp-config.php(WordPress安装成功之后,会自动生成wp-config.php文件),找到:
1
define ('WPLANG', '');
更改成:
1
define ('WPLANG', 'zh_CN');
- 上传并覆盖空间里的wp-config.php文件。这样,WordPress后台就是中文版了。
原创文章,转载请注明: 转载自闲云博客
本文链接地址: WordPress中文语言包使用方法
留下评论







3 条评论