Changing JMeter language

on 17 January 2015 DEVOPS, JMETER, JMETER-PLUGINS, LOAD_TESTING, PERFORMANCE, PRODUCTIVITY and Tags: , , , , , , with 0 comments

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: