Changing JMeter language:
Apache JMeter by default uses computer locale.
This is nice but sometimes you want to work in English or configure another language.
In this blog we will show how to set GUI language in English. But you can of course change it to any language you want.
JMeter is internationalized completely in French but some other languages are also available although partly translated (due to lack of contributions).
Contributions are welcome to translate it fully:
- Chinese / Simplified Chinese (zh / CN)
- German (de)
- Japanese (ja)
- Norwegian (no)
- Polish (pl)
- Portuguese / Brazilian (pt / BR)
- Spanish (es)
- Turkish (tr)
Configuration:
Change the following:
Edit jmeter.properties:
Uncomment:
language=en
LINUX => Edit jmeter.sh:
Add at start of file:
export JVM_ARGS="-Duser.language=en -Duser.region=EN"
WINDOWS => Edit jmeter.bat:
Add at start of file:
set JVM_ARGS="-Duser.language=en -Duser.region=EN"
Restart JMeter and you’re done.
About the author:
Philippe Mouawad works as an Architect and technical expert for Ubik-Ingenierie where he leads among other things the development of UbikLoadPack a set of Commercial Plugins for Apache JMeter allowing to load test different protocols like HLS, GWT, Flex.
Philippe is a committer on the Apache JMeter project and member of the PMC since October 2011.
Finally he is a co-author of a french book on JMeter called Maîriser JMeter: Du test de charge à Devops.
About us:
- We provide professional services for Load Testing
- We’re strong contributors to JMeter and its eco-system
- Ubik Load Pack is a set of Enterprise Grade plugins for Apache JMeter. Our solutions are used by Big players
- Get a Free trial
Recent Posts
- UbikLoadPack Video Streaming Plugin 9.1.5 14 June 2024
- What is DASH multi period and when to use it ? 4 December 2023
- UbikLoadPack Java Serialization Plugin 23 November 2023