We can change the language settings by editing the eclipse.ini file.
Specific method:
Find its configuration file "eclipse.ini" in the Eclipse installation directory, open the configuration file;
Then add the following corresponding command in the last line :
The interface displays in Chinese:
-Duser.language=zh
The interface displays in English:
-Duser.language=en
After adding, save the changes, and then reopen Eclipse, so that the interface will be displayed corresponding language.
The above is the detailed content of How to change the language setting of eclipse. For more information, please follow other related articles on the PHP Chinese website!