This is a discussion on gnome in a different language within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> hi i want to switch the language of gnome. now the whole gnome desktop env. is in english. someone ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hi i want to switch the language of gnome. now the whole gnome desktop env. is in english. someone told me, that i have to write the language into the file /etc profiles is that correct, and how looks that line that i have to add?? export LANG="de" ???? THX -- pgp-key-id // 3C17B904 |
| |||
| In <brqg91$6kn5t$1@ID-173834.news.uni-berlin.de>, gEnTi wrote: > hi > > i want to switch the language of gnome. now the whole gnome desktop env. > is in english. > someone told me, that i have to write the language into the file /etc > profiles > > is that correct, and how looks that line that i have to add?? > > export LANG="de" ???? > > THX gnome seems to look at LC_ALL. (Which is bad for me, because then I have the numbers with commas.) -> export LC_ALL="de_AT" Viel Spaß Franz -- Franz M. Sauerzopf Atominstitut, TU Wien |
| |||
| Just copy these lines into a .profile or .bashrc and be done ;-> # export LANG=de_DE.iso885915@euro <-- if exist export LANG=de_DE # export LC_ALL=de_DE.iso885915@euro <-- if exist export LC_ALL=de_DE export LANGUAGE=de_DE At Wed, 17 Dec 2003 22:01:36 +0100 wrote gEnTi: > hi > > i want to switch the language of gnome. now the whole gnome desktop env. is > in english. > someone told me, that i have to write the language into the file /etc > profiles > > is that correct, and how looks that line that i have to add?? > > export LANG="de" ???? > > THX |
| ||||
| gregor wrote: > Just copy these lines into a .profile or .bashrc and be done ;-> > > # export LANG=de_DE.iso885915@euro <-- if exist > export LANG=de_DE > # export LC_ALL=de_DE.iso885915@euro <-- if exist > export LC_ALL=de_DE > export LANGUAGE=de_DE > > Thanks a lot, my Gnome is now on german... that's brilliant... -- pgp-key-id // 3C17B904 |