How to set the language of jmeter to Chinese

Jmeter defaults to the English environment. For the editor, the English environment is very difficult to use. How to set the language to Chinese?

Method 1: Edit the menu bar

1. First open the jmeter software, the display is in English

2. Click the [Options] button in the menu bar

3. Then click [Choose language]> [Chinese(simplified)]

4. Effect display

Method 2: Set the language to Chinese by setting the jmeter.properties configuration file

Step 1: Find the jmeter.properties configuration file in the [bin] directory and open it (the editor is opened with Notepad++).

Step 2: Modify language=zh_CN (add it manually below the Language=en code)

The configuration is complete, I hope to help you!

Guess you like

Origin blog.csdn.net/TGB_Tom/article/details/109275486