How force Jenkins to show UI always in English?

I’m using Google Chrome. When I’m using Jenkins (This is remote service, I don’t have control over it) then part of UI is displaying in my local language. How can I tell Jenkins to always display messages in English?

Answer

Another way to achieve this:

Install the Locale plugin.
You can set the default language for all users, no matter the language configured in their browser.

https://wiki.jenkins-ci.org/display/JENKINS/Locale+Plugin

Attribution
Source : Link , Question Author : sobi3ch , Answer Author : cbaldan

Leave a Comment