Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

WPMU Languages

Creating multi-language blog farms.

How-to

This example is for the Portuguese language and pt_PT.mo file:

  1. Get the translation file in your country Wordpress website
  2. Put the language file pt_PT.mo in wp-content/languages/
  3. Edit the wp-config.php file and change from define ('WPLANG', ' '); to define ('WPLANG', 'pt_PT');
  4. Chose your default language in Site Admin > Options

Languages Pack Resource

Current translations can be found at WPMUDEV.ORG|Other.

You can create your own translation by using the official POT files.