Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jenkins in Windows shows UI in russian language

Tags:

jenkins

I am from Ukraine.
When I open Jenkins in the browser I see all the UI in Russian.
I am running Jenkins on Windows.

However - there is no Russian in Windows configuration "Region and Settings". Format - English(United States). Location - United States. Only the Timezone is Ukrainian - UTC +02:00.

Is it possible to force Jenkins to show the UI in English language?

PS. I did not have such a problem with Hudson before.

Locale Plugin helped to change the default locale to English.

I changed the language in the configuration of Chrome and now Jenkins is in English :)

like image 464
Volodymyr Bezuglyy Avatar asked Sep 10 '12 11:09

Volodymyr Bezuglyy


People also ask

Is it possible to use English for Jenkins UI in Windows 10?

My operating system is windows 10. I want to use English languages for Jenkins UI. For Region & Languages, I added Turkish and English my default setting is English, however, Jenkins UI is Turkish. If I remove Turkish Jenkins UI looks fine and it turns on English.

How do I change the language in Jenkins?

Jenkins change language – Nick Agas Manage Jenkins -> Manage Plugins select Available, and filter Locale and then install without a restart. Once success installation. Go to Manage Jen Skip to content

How to install and configure locale in Jenkins?

Manage Jenkins -> Manage Plugins select Available, and filter Locale and then install without a restart. Once success installation. Go to Manage Jenkins -> Configure system and search for Locale. Add your preferred language and whether to override for all users. Then “Save” and Apply.

How to install plugins in Jenkins without restart?

Manage Jenkins -> Manage Plugins select Available, and filter Locale and then install without a restart. Once success installation. Go to Manage Jen Skip to content Home Mobile Flutter iOS


2 Answers

By default, Jenkins uses the default language of your browser, if it is set. To change it, you could do the follow.

1. Download and install the locale plugin:

  1. From the main page of Jenkins, go to Manage Jenkins -> Manage Plugins
  2. Click on Availables
  3. Check the "Locale plugin" and clicks on "Download now and install after restart".

Jenkins will download the plugin and restart if not job has been scheduled.

2. Set the language:

Once the plugin has been installed, change the language using following steps:

  1. From the main page of Jenkins, go to Manage Jenkins -> Configure System.

  2. Under Locale, there will be a field called "Default Language". Enter the new language. It could be "en" or "ENGLISH".

  3. Under the text box, check the checkBox called "Ignore browser preference and force this language to all users".

enter image description here

like image 89
svichkar Avatar answered Sep 28 '22 15:09

svichkar


Locale Plugin helped to change default locale to en.

like image 29
Volodymyr Bezuglyy Avatar answered Sep 28 '22 15:09

Volodymyr Bezuglyy