You are not logged in.
The only thing I want in norwegian is the keyboard layout. Why did Gnome give me norwegian menues? How can I get it back to english?
Offline
it could be that gnome is using the LANG variable.
export LANG="en_GB.utf8"
arch + gentoo + initng + python = enlisy
Offline
You can set your prefered default language in the gdm menues. I don't know where it is stored, so you'ld need gdm.
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
it could be that gnome is using the LANG variable.
export LANG="en_GB.utf8"
Ok. I've got that as no_NO.utf8 in rc.conf.
You can set your prefered default language in the gdm menues. I don't know where it is stored, so you'ld need gdm.
Will look into gdm.. not using it at the moment.
Thanks
Offline
Just to clarify - think I understand now.
LANG would set the prefered language on the system (like gnome choosing Norwegian menus etc).
If I only want to linux to understand and display my norwegian keyboard and special characters (like æ ø å) i would only need to set configure KEYMAP?
Offline
yes, your keyboard layout is set in rc.conf and xorg.conf. and nowadays when utf8 is invented you don't have to fiddle with a separate LANG setting. it's just te set your prefered language as LC_ALL with a utf8 locale and your local language will work just fine with english.
export LC_ALL="en_GB.utf8"
Edit: there still could be some advantages with using a separate LANG and that is that some programs might use your locale for showing measurments and currencies.
arch + gentoo + initng + python = enlisy
Offline
yes, your keyboard layout is set in rc.conf and xorg.conf. and nowadays when utf8 is invented you don't have to fiddle with a separate LANG setting. it's just te set your prefered language as LC_ALL with a utf8 locale and your local language will work just fine with english.
export LC_ALL="en_GB.utf8"
Edit: there still could be some advantages with using a separate LANG and that is that some programs might use your locale for showing measurments and currencies.
Would it be sufficiant to add
LC_ALL="en_GB.utf8"
to rc.conf? or should it be 'export' and add it to rc.local?
Offline
it's a shell thing. put it in your shells rc file.
arch + gentoo + initng + python = enlisy
Offline
it's a shell thing. put it in your shells rc file.
Ok
My question has been solved, so I've marked it [Solved] Thnx
Offline