How can I configure Yast to switch languages completely?
Clash Royale CLAN TAG#URR8PPP
I have an installation of openSUSE 11.4 which was installed in German. I started Yast2 (which displayed in German, like "Netzwerkdienste") and switched the language to English under "System" -> "Sprache".
Yast2 downloaded some files, installed something and remained German ("Netzwerkdienste" can still be seen instead of, presumably, "Network Services").
I rebooted the machine, same result.
I un-installed the German Yast language pack. Yast2 persists in displaying in German.
I don't know how many of Yast2's screens are supposed to be translated, but I think it might only be the main screen that is in German. However, it is annoying. How can I change it?
Update:
I checked environment variables (for the root user). There are several variables that refer to language settings and all remain set to German.
declare -x LANG="de_DE.utf8"
declare -x LANGUAGE="de_DE.utf8"
declare -x LC_ALL="de_DE.utf8"
Shouldn't Yast2 have modified them?
Update:
I just started vi and it's also in German... does the language setting in Yast2 do anything at all?
linux opensuse locale yast
add a comment |
I have an installation of openSUSE 11.4 which was installed in German. I started Yast2 (which displayed in German, like "Netzwerkdienste") and switched the language to English under "System" -> "Sprache".
Yast2 downloaded some files, installed something and remained German ("Netzwerkdienste" can still be seen instead of, presumably, "Network Services").
I rebooted the machine, same result.
I un-installed the German Yast language pack. Yast2 persists in displaying in German.
I don't know how many of Yast2's screens are supposed to be translated, but I think it might only be the main screen that is in German. However, it is annoying. How can I change it?
Update:
I checked environment variables (for the root user). There are several variables that refer to language settings and all remain set to German.
declare -x LANG="de_DE.utf8"
declare -x LANGUAGE="de_DE.utf8"
declare -x LC_ALL="de_DE.utf8"
Shouldn't Yast2 have modified them?
Update:
I just started vi and it's also in German... does the language setting in Yast2 do anything at all?
linux opensuse locale yast
add a comment |
I have an installation of openSUSE 11.4 which was installed in German. I started Yast2 (which displayed in German, like "Netzwerkdienste") and switched the language to English under "System" -> "Sprache".
Yast2 downloaded some files, installed something and remained German ("Netzwerkdienste" can still be seen instead of, presumably, "Network Services").
I rebooted the machine, same result.
I un-installed the German Yast language pack. Yast2 persists in displaying in German.
I don't know how many of Yast2's screens are supposed to be translated, but I think it might only be the main screen that is in German. However, it is annoying. How can I change it?
Update:
I checked environment variables (for the root user). There are several variables that refer to language settings and all remain set to German.
declare -x LANG="de_DE.utf8"
declare -x LANGUAGE="de_DE.utf8"
declare -x LC_ALL="de_DE.utf8"
Shouldn't Yast2 have modified them?
Update:
I just started vi and it's also in German... does the language setting in Yast2 do anything at all?
linux opensuse locale yast
I have an installation of openSUSE 11.4 which was installed in German. I started Yast2 (which displayed in German, like "Netzwerkdienste") and switched the language to English under "System" -> "Sprache".
Yast2 downloaded some files, installed something and remained German ("Netzwerkdienste" can still be seen instead of, presumably, "Network Services").
I rebooted the machine, same result.
I un-installed the German Yast language pack. Yast2 persists in displaying in German.
I don't know how many of Yast2's screens are supposed to be translated, but I think it might only be the main screen that is in German. However, it is annoying. How can I change it?
Update:
I checked environment variables (for the root user). There are several variables that refer to language settings and all remain set to German.
declare -x LANG="de_DE.utf8"
declare -x LANGUAGE="de_DE.utf8"
declare -x LC_ALL="de_DE.utf8"
Shouldn't Yast2 have modified them?
Update:
I just started vi and it's also in German... does the language setting in Yast2 do anything at all?
linux opensuse locale yast
linux opensuse locale yast
edited May 8 '12 at 22:49
Gilles
539k12810911606
539k12810911606
asked May 8 '12 at 19:55
Andrew J. BrehmAndrew J. Brehm
232213
232213
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Try to change settings in /etc/sysconfig/language file for system-wide, or ~/.i18n/language for individual user.
for english - update all entries in file from de_DE to en_US f.e.
– user1024
Dec 4 '16 at 9:38
You can edit posts.
– phk
Dec 18 '16 at 12:14
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f38170%2fhow-can-i-configure-yast-to-switch-languages-completely%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try to change settings in /etc/sysconfig/language file for system-wide, or ~/.i18n/language for individual user.
for english - update all entries in file from de_DE to en_US f.e.
– user1024
Dec 4 '16 at 9:38
You can edit posts.
– phk
Dec 18 '16 at 12:14
add a comment |
Try to change settings in /etc/sysconfig/language file for system-wide, or ~/.i18n/language for individual user.
for english - update all entries in file from de_DE to en_US f.e.
– user1024
Dec 4 '16 at 9:38
You can edit posts.
– phk
Dec 18 '16 at 12:14
add a comment |
Try to change settings in /etc/sysconfig/language file for system-wide, or ~/.i18n/language for individual user.
Try to change settings in /etc/sysconfig/language file for system-wide, or ~/.i18n/language for individual user.
answered Dec 4 '16 at 9:37
user1024user1024
163
163
for english - update all entries in file from de_DE to en_US f.e.
– user1024
Dec 4 '16 at 9:38
You can edit posts.
– phk
Dec 18 '16 at 12:14
add a comment |
for english - update all entries in file from de_DE to en_US f.e.
– user1024
Dec 4 '16 at 9:38
You can edit posts.
– phk
Dec 18 '16 at 12:14
for english - update all entries in file from de_DE to en_US f.e.
– user1024
Dec 4 '16 at 9:38
for english - update all entries in file from de_DE to en_US f.e.
– user1024
Dec 4 '16 at 9:38
You can edit posts.
– phk
Dec 18 '16 at 12:14
You can edit posts.
– phk
Dec 18 '16 at 12:14
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f38170%2fhow-can-i-configure-yast-to-switch-languages-completely%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