After downloading a Chinese package online, it must match the PHPstorm version you downloaded.
The second step is to find your PHPstorm installation path. This is my installation path. In fact, the main thing is to find the lib folder in PHPstorm. This folder contains Files about the PHPstorm language pack.
This is the file resources_cn.jar
Remember, the following cn, this is the language pack file, en and files without other suffixes These are some necessary files required for system startup. If you modify them randomly, PHPstorm will not be able to open.
Related recommendations: "PhpStorm Usage Tutorial"
Then, open the Chinese software package you downloaded and change the resourses_cn inside Just replace the file and it will be ok.
Replace the resources_cn.jar file in this with the resources_cn.jar under the original PHPstorm\lib file.
Then it will be ok, but please note that many functions of the Chinese PHPstorm software cannot be implemented, many shortcut keys, settings and some functions cannot be opened, so it is better to use the English version.
The above is the detailed content of How to set up Chinese in phpstorm. For more information, please follow other related articles on the PHP Chinese website!