PDA

View Full Version : [gnome] Different UI Language per User -- possible?



Luffield
June 1st, 2008, 08:39 PM
Hi,
I'm using Ubuntu 8.04 with the Gnome desktop, with English interface. I want to open a new user account which will have a different UI language, but I can't find a way to do it -- I can only change the UI language for all users (from the language settings application). Am I missing something or is it just impossible to do what I want?

KaliVoid
June 5th, 2008, 02:21 PM
hi

look here : "Per-user language support?" (http://ubuntuforums.org/showthread.php?t=542463&highlight=user+language+interface), that worked great for me

i just "sudo gedit" to the user file add the language, switch user and it work.

to find all your currently installed locales type in terminal

locale -a

Luffield
June 5th, 2008, 02:31 PM
Thanks KaliVoid, it worked perfectly on my machine as well.
Funny, I searched the forums before I opened this thread but somehow managed to miss the thread you linked to.

czigor
June 22nd, 2010, 06:12 PM
For me editing the .dmrc file did not work. What did work was adding these lines to .profile:

export LANG=hu_HU.UTF-8
export LC_ALL=hu_HU.UTF-8
export LANGUAGE=hu_HU.UTF-8