Home > Article > CMS Tutorial > How to change the language of wordpress theme
First find the language package of the theme, usually in the languages or lang directory under the theme file. The specific location is in wp-content/themes/theme file directory/languages.
Take businessx as an example:
Enter the languages directory and find the .po file;
Click on the en_US.po file and open it with Poedit;
If it does not open, please click the "More Applications" option and find this application in the expanded program;
You can check Always use this Use the application to open this type of file;
After opening, all the English prompts will appear below one by one, and you can translate them at this time ;
Select an English prompt and output the corresponding Chinese in the translation;
If the English is not good enough at this time, you can use translation software to translate;
Related recommendations: "WordPress Tutorial"
Click save at this time, and the corresponding po file and mo file will be automatically generated ;
You can only translate one by one here;
If it is not automatically compiled into mo, you need to set it up;
Click "File"--"Preferences" to enter ;
Click the "Editor" tab to enter;
Check the first option to automatically compile the mo file when saving; the default is not selected ;
After completing the above operations, you can realize the translation operation of the theme.
At this point you can see that the mo file date has been updated;
If you want to clear the translation, you can click "Edit"--"Clear Translation" operation; After clearing, the English text is displayed in bold, and the translated text is not bold.
Another function is to check the position where English appears, so that you can better understand the directory structure.
Click "Edit"--"Show Reference" will tell you the name of the file in English;
The above is the detailed content of How to change the language of wordpress theme. For more information, please follow other related articles on the PHP Chinese website!