How to switch WordPress from English to Chinese?In some of the tutorials previously published by Naiba
How to Build a WebsiteIn the tutorials, installing WordPress was recommended by downloading the installation package from https://cn.wordpress.org/latest-zh_CN.zip. During the installation process, a language selection option would appear, allowing direct installation of the Chinese version. However, if you download the installation package from https://wordpress.org/latest.zip, by default, only the English version is available, and there is no option to switch to Chinese.
Below is the method for switching WordPress from the English version to the Chinese version.1. Via FTP, SSH, or the Baota Panel backend, locate the wp-config.php file and edit it. Then, above the comment /* That's all, stop editing! Happy publishing. */, add the following code snippet
define( 'WPLANG', 'zh_CN');
Then save. 2. Enter the WordPress website backend, and in the Updates option, click Check Again to detect any available updates.

3. On the update interface, you can switch from the English version to the Chinese version by selecting either Update Now to update the version or Update Translations to update the translations.

At this point, we have successfully switched WordPress from the English version to the Chinese version.
Comments are closed
The comment function for this article is closed. If you have any questions, please feel free to contact us through other channels.