Installing WordPress in Your Language
From 워드프레스(WORDPRESS) 한국어 위키
Contents |
WordPress source files, Themes, translation files, and support is available in many other languages. To install a language file, check each website listed below for specific instructions on downloading and installing these international versions of WordPress, and/or use the instructions listed below.
For a listing of all the languages (.mo and .po) files available for WordPress, see WordPress Language File Repository. Help is also needed to increase and improve WordPress Translations. See Translating WordPress for more information.
Installing an International Version
To install an international version of WordPress, you have two choices.
- Follow the instructions provided at the site for your language listed at WordPress in Your Language
- Follow the instructions below to manually install a language file to your Wordpress site.
Localizing WordPress
To use a language file with WordPress, you must select the .mo language file for your language and install it on your WordPress site. A complete list of language files can be found at GNU by country and language.
The naming convention of the .mo files is based on the ISO-639 language code (e.g. pt for Portuguese) followed by the ISO-3166 country code (e.g. _PT for Portugal or _BR for Brazil). If you see multiple language files for your language, select the one specific for your country.
To begin the process of setting up WordPress for localization:
- Download the .mo file for your language.
- Open your wp-config.php file in a text editor and search for:
define ('WPLANG', '');
- Edit this line according to the .mo file you've just downloaded, e.g. for the Portuguese spoken in Brazil you must add:
define ('WPLANG', 'pt_BR');
- Save the file.
- On your site server, create a new folder in your /wp-includes directory called /languages.
- Upload the .mo file to /wp-includes/languages.
- Upload the modified wp-config.php file into the WordPress root directory.
- Open your browser and go to your WordPress site. It should now display in the newly installed language.
Additionally, you can download the .po file and customize/personalize the translation. It will then have to be saved and a new .mo file will need to be created. For more information, see Translating WordPress.
Note: If there was an error in the steps above or you did not specified the correct language WordPress will default back to English. For more help Installing WordPress, see Installing WordPress and FAQ Installation.
This article is marked as in need of editing. You can help Codex by editing it.

