Xfce Forum

Sub domains
 

You are not logged in.

#1 2007-05-22 07:10:05

alpha
Guest

Language in XFCE

How do I set the language in XFCE ? I recently changed login manager and something probably broke. Everything seems to be correct (to dutch). But programs still open in English (which were dutch before). Can anyone please help me?

#2 2007-05-22 09:18:53

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Offline

#3 2007-05-22 13:01:16

alpha
Guest

Re: Language in XFCE

The command locale gives:
LANG=nl_NL.UTF-8
LC_CTYPE="nl_NL.UTF-8"
LC_NUMERIC="nl_NL.UTF-8"
LC_TIME="nl_NL.UTF-8"
LC_COLLATE="nl_NL.UTF-8"
LC_MONETARY="nl_NL.UTF-8"
LC_MESSAGES="nl_NL.UTF-8"
LC_PAPER="nl_NL.UTF-8"
LC_NAME="nl_NL.UTF-8"
LC_ADDRESS="nl_NL.UTF-8"
LC_TELEPHONE="nl_NL.UTF-8"
LC_MEASUREMENT="nl_NL.UTF-8"
LC_IDENTIFICATION="nl_NL.UTF-8"
LC_ALL=

So I can assume that that is already correct right?

#4 2007-05-22 14:04:18

alpha
Guest

Re: Language in XFCE

Ok, I tried to set the locales in my bashrc:

[Ronald@Alpha Ronald]$ cat .bashrc
# .bashrc

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi

# User specific aliases and functions
export LANG="nl_NL@euro"
export LC_ALL="nl_NL@euro"
export LC_COLLATE="nl_NL@euro"
export LC_CTYPE="nl_NL@euro"
export LC_MESSAGES="nl_NL@euro"
export LC_MONETARY="nl_NL@euro"
export LC_NUMERIC="nl_NL@euro"
export LC_TIME="nl_NL@euro"
export LC_PAPER="nl_NL@euro"

This doesn't work. The environment is still English. I'm sure I have the language installed...

#5 2007-05-22 14:09:13

alpha
Guest

Re: Language in XFCE

Really sorry for double posting but I did it. Logging out and in didn't work. Killing the app and restarting the app did it  lol

Board footer

Powered by FluxBB