How to change the language of WordPress

I am planning to use WordPress to build another site for my chinese friends , After I have installed wordpress . I find I install the English version of WordPress instead of Chinese one . Luiky , we can use the language file XXX.mo to solve this problem ! And this post will tell you how to change the language of wordpress .

I will take installing Chinese WordPress as an Example .

First , you may have installed the official wordpress of English Version.

Then , download your language package with the file extension .mo .

Put the mo file to the folder wp-content\languages (Create one if nonexist)

Edit the file of wp-config.php

from

define (‘WPLANG’, ”);

to

define (‘WPLANG’, ‘zh_CN’);
[ad#UnderPost]

, ,

2 Responses to How to change the language of WordPress

  1. Geci | #1

    Useful WordPress Tips ! Thanks !

  2. Mill | #2

    I have just learn that , thanks !

Leave a Reply