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?
language user-interface jenkins
add a comment |
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?
language user-interface jenkins
add a comment |
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?
language user-interface jenkins
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?
language user-interface jenkins
language user-interface jenkins
asked Feb 18 '15 at 11:28
sobi3chsobi3ch
7851613
7851613
add a comment |
add a comment |
5 Answers
5
active
oldest
votes
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
9
Weird, it would be nice to have this option in settings.
– sobi3ch
Apr 18 '15 at 10:40
1
I agree, but this is how you set the default language for all users.
– cbaldan
Apr 22 '15 at 22:34
add a comment |
It can be done in Chrome by setting default language in settings, and it's probably working on other browsers but I didn't test it.
4
To clarify (wasn't obvious to me): drag the desired language to the top of the list.
– Allon Guralnek
Jul 8 '15 at 9:06
19
I don't want to change my Chrome language but Jenkins is so badly translated in my language.
– Dalvik VM
Feb 15 '16 at 13:36
add a comment |
- Click Manage Jenkins > Manage Plugins > ['Available' tab]
- In the Filter, search for: Locale .
- Click on Locale Plugin checkbox and Install without restart button.
After installation is complete:
- Under Manage Jenkins > Configure System there should be a "Locale" section.
- Enter the default language_LOCALE code for English: en_US
- Click on Ignore browser preference and force this language to all users checkbox.
add a comment |
You can use a Chrome plugin to change Request Headers on domain base (I'm using "Header Hacker" but I think there are many other plugins of that kind) and replace the "Accept-Language" header for your jenkins domain to "en-US,en;q=0.5".
add a comment |
Seems like chrome has an issue on this,
It kept sending Hebrew as the first option in theAccept-Language
on the header
although English was set to be the top-language on the list (Chrome settings > Languages)
Solution
And only after I've added some other language (Russian for instance) and set it to be the 'top' and then set the English back to be the 'top' it solved!
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f879392%2fhow-force-jenkins-to-show-ui-always-in-english%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
5 Answers
5
active
oldest
votes
5 Answers
5
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
9
Weird, it would be nice to have this option in settings.
– sobi3ch
Apr 18 '15 at 10:40
1
I agree, but this is how you set the default language for all users.
– cbaldan
Apr 22 '15 at 22:34
add a comment |
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
9
Weird, it would be nice to have this option in settings.
– sobi3ch
Apr 18 '15 at 10:40
1
I agree, but this is how you set the default language for all users.
– cbaldan
Apr 22 '15 at 22:34
add a comment |
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
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
edited Jun 29 '15 at 14:41
answered Apr 17 '15 at 2:35
cbaldancbaldan
41135
41135
9
Weird, it would be nice to have this option in settings.
– sobi3ch
Apr 18 '15 at 10:40
1
I agree, but this is how you set the default language for all users.
– cbaldan
Apr 22 '15 at 22:34
add a comment |
9
Weird, it would be nice to have this option in settings.
– sobi3ch
Apr 18 '15 at 10:40
1
I agree, but this is how you set the default language for all users.
– cbaldan
Apr 22 '15 at 22:34
9
9
Weird, it would be nice to have this option in settings.
– sobi3ch
Apr 18 '15 at 10:40
Weird, it would be nice to have this option in settings.
– sobi3ch
Apr 18 '15 at 10:40
1
1
I agree, but this is how you set the default language for all users.
– cbaldan
Apr 22 '15 at 22:34
I agree, but this is how you set the default language for all users.
– cbaldan
Apr 22 '15 at 22:34
add a comment |
It can be done in Chrome by setting default language in settings, and it's probably working on other browsers but I didn't test it.
4
To clarify (wasn't obvious to me): drag the desired language to the top of the list.
– Allon Guralnek
Jul 8 '15 at 9:06
19
I don't want to change my Chrome language but Jenkins is so badly translated in my language.
– Dalvik VM
Feb 15 '16 at 13:36
add a comment |
It can be done in Chrome by setting default language in settings, and it's probably working on other browsers but I didn't test it.
4
To clarify (wasn't obvious to me): drag the desired language to the top of the list.
– Allon Guralnek
Jul 8 '15 at 9:06
19
I don't want to change my Chrome language but Jenkins is so badly translated in my language.
– Dalvik VM
Feb 15 '16 at 13:36
add a comment |
It can be done in Chrome by setting default language in settings, and it's probably working on other browsers but I didn't test it.
It can be done in Chrome by setting default language in settings, and it's probably working on other browsers but I didn't test it.
edited Dec 16 '16 at 14:32
answered Feb 26 '15 at 8:49
sobi3chsobi3ch
7851613
7851613
4
To clarify (wasn't obvious to me): drag the desired language to the top of the list.
– Allon Guralnek
Jul 8 '15 at 9:06
19
I don't want to change my Chrome language but Jenkins is so badly translated in my language.
– Dalvik VM
Feb 15 '16 at 13:36
add a comment |
4
To clarify (wasn't obvious to me): drag the desired language to the top of the list.
– Allon Guralnek
Jul 8 '15 at 9:06
19
I don't want to change my Chrome language but Jenkins is so badly translated in my language.
– Dalvik VM
Feb 15 '16 at 13:36
4
4
To clarify (wasn't obvious to me): drag the desired language to the top of the list.
– Allon Guralnek
Jul 8 '15 at 9:06
To clarify (wasn't obvious to me): drag the desired language to the top of the list.
– Allon Guralnek
Jul 8 '15 at 9:06
19
19
I don't want to change my Chrome language but Jenkins is so badly translated in my language.
– Dalvik VM
Feb 15 '16 at 13:36
I don't want to change my Chrome language but Jenkins is so badly translated in my language.
– Dalvik VM
Feb 15 '16 at 13:36
add a comment |
- Click Manage Jenkins > Manage Plugins > ['Available' tab]
- In the Filter, search for: Locale .
- Click on Locale Plugin checkbox and Install without restart button.
After installation is complete:
- Under Manage Jenkins > Configure System there should be a "Locale" section.
- Enter the default language_LOCALE code for English: en_US
- Click on Ignore browser preference and force this language to all users checkbox.
add a comment |
- Click Manage Jenkins > Manage Plugins > ['Available' tab]
- In the Filter, search for: Locale .
- Click on Locale Plugin checkbox and Install without restart button.
After installation is complete:
- Under Manage Jenkins > Configure System there should be a "Locale" section.
- Enter the default language_LOCALE code for English: en_US
- Click on Ignore browser preference and force this language to all users checkbox.
add a comment |
- Click Manage Jenkins > Manage Plugins > ['Available' tab]
- In the Filter, search for: Locale .
- Click on Locale Plugin checkbox and Install without restart button.
After installation is complete:
- Under Manage Jenkins > Configure System there should be a "Locale" section.
- Enter the default language_LOCALE code for English: en_US
- Click on Ignore browser preference and force this language to all users checkbox.
- Click Manage Jenkins > Manage Plugins > ['Available' tab]
- In the Filter, search for: Locale .
- Click on Locale Plugin checkbox and Install without restart button.
After installation is complete:
- Under Manage Jenkins > Configure System there should be a "Locale" section.
- Enter the default language_LOCALE code for English: en_US
- Click on Ignore browser preference and force this language to all users checkbox.
edited Jul 2 '18 at 0:54
answered Jul 2 '18 at 0:48
JG.JG.
15114
15114
add a comment |
add a comment |
You can use a Chrome plugin to change Request Headers on domain base (I'm using "Header Hacker" but I think there are many other plugins of that kind) and replace the "Accept-Language" header for your jenkins domain to "en-US,en;q=0.5".
add a comment |
You can use a Chrome plugin to change Request Headers on domain base (I'm using "Header Hacker" but I think there are many other plugins of that kind) and replace the "Accept-Language" header for your jenkins domain to "en-US,en;q=0.5".
add a comment |
You can use a Chrome plugin to change Request Headers on domain base (I'm using "Header Hacker" but I think there are many other plugins of that kind) and replace the "Accept-Language" header for your jenkins domain to "en-US,en;q=0.5".
You can use a Chrome plugin to change Request Headers on domain base (I'm using "Header Hacker" but I think there are many other plugins of that kind) and replace the "Accept-Language" header for your jenkins domain to "en-US,en;q=0.5".
answered Jan 8 '18 at 11:02
Federico Da FrassiniFederico Da Frassini
211
211
add a comment |
add a comment |
Seems like chrome has an issue on this,
It kept sending Hebrew as the first option in theAccept-Language
on the header
although English was set to be the top-language on the list (Chrome settings > Languages)
Solution
And only after I've added some other language (Russian for instance) and set it to be the 'top' and then set the English back to be the 'top' it solved!
add a comment |
Seems like chrome has an issue on this,
It kept sending Hebrew as the first option in theAccept-Language
on the header
although English was set to be the top-language on the list (Chrome settings > Languages)
Solution
And only after I've added some other language (Russian for instance) and set it to be the 'top' and then set the English back to be the 'top' it solved!
add a comment |
Seems like chrome has an issue on this,
It kept sending Hebrew as the first option in theAccept-Language
on the header
although English was set to be the top-language on the list (Chrome settings > Languages)
Solution
And only after I've added some other language (Russian for instance) and set it to be the 'top' and then set the English back to be the 'top' it solved!
Seems like chrome has an issue on this,
It kept sending Hebrew as the first option in theAccept-Language
on the header
although English was set to be the top-language on the list (Chrome settings > Languages)
Solution
And only after I've added some other language (Russian for instance) and set it to be the 'top' and then set the English back to be the 'top' it solved!
answered Feb 19 at 16:26
IsaaceIsaace
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f879392%2fhow-force-jenkins-to-show-ui-always-in-english%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown