本文档介绍如何将 WordPress 管理后台(后端)切换为其他语言,包括自动和手动安装语言文件的方法。适用于单站点和多站点安装,并区分不同 WordPress 版本的操作步骤。
Note: This article is about displaying the WordPress Administrative “back-end” in your language. If you are looking for information on how to localize your “front-end” website, or customize your theme to be localizable, refer to i18n for WordPress Developers (and optionally Internationalization and Localization for theme developers. If you are interested in how to build a multilingual (e.g.: French / English) WordPress site, you can start your journey here.
Although WordPress displays in U.S. English by default, it has the built-in capability to be used in any language. The WordPress community has already translated WordPress into many languages, and there are Themes, translation files, and support available in many other languages (see WordPress in Your Language).
As of version 4.0, you can have WordPress automatically install the language of your choice during the installation process.
For WordPress 4.1 or later, you can install language packs directly from the Admin back-end at any time. WordPress will download them and switch the admin back-end to that language. Navigate to Settings > General > Site Language and select from the list of available languages. For Multisite Super Admins, you can set the default language using the Network Administration Settings panel.
Here are the steps you will need to follow to install an international version of WordPress.
Note: If you make an error in the steps or you do not specify the correct language, WordPress will default back to English. For more help Installing WordPress, see Installing WordPress and FAQ Installation.
.mo language file for your 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). So, the Brazilian Portuguese file would be called pt_BR.mo, and a non-specific Portuges file would be called pt.mo. Complete lists of codes can be found at (country codes) and (language codes).Settings > General > Site Language.wp-config.php file in a text editor and search for:define( 'WPLANG', '' );
.mo file you’ve just downloaded, e.g. for the Portuguese spoken in Brazil you must add:define ( 'WPLANG', 'pt_BR' );
define ( 'WPLANG', 'en_GB' );
If you have a site network (WordPress multisite), the language is set on a per-blog basis through the “Site language” option in the Settings > General subpanel.
You can set the default language for the entire network under the Network Admin > Settings screen (“Default Language”).
If you want to add translations for terms that are still displaying in English after installation, visit translate.wordpress.org and select your language. To get started, refer this page in the Translator’s Handbook.