I have installed Quantal with 2 languages, American English and French, with that order of preference in System Settings > Locale.
My country is set to the UK (so that I can get dates in the order DD/MM/YY). Originally, it was set to France and changing it to UK does not seem to change anything.
$ echo $LANG
en_US.UTF-8
BUT
$ env | grep -i fr
LC_PAPER=fr_FR.UTF-8
LC_ADDRESS=fr_FR.UTF-8
LC_MONETARY=fr_FR.UTF-8
LC_NUMERIC=fr_FR.UTF-8
LC_TELEPHONE=fr_FR.UTF-8
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
LC_IDENTIFICATION=fr_FR.UTF-8
LC_MEASUREMENT=fr_FR.UTF-8
LANGUAGE=en_US:fr:en
LC_TIME=fr_FR.UTF-8
LC_NAME=fr_FR.UTF-8
and if I look at a date, it's in French.
$ ls -l xxx
-rw-rw-r-- 1 jon jon 0 juil. 19 19:17 xxx
Worse yet, system error messages are in French! (Quel horreur!)
$ ls -zyw
ls*: option invalide -- 'z'
Saisissez «*ls --help*» pour plus d'informations.
What am I doing wrong? I thought there was a default setting for LANG somewhere in /etc/something-or-other but I can not find it.
Until Quantal, which was a fresh installation, not an update, I had no language problems.
My country is set to the UK (so that I can get dates in the order DD/MM/YY). Originally, it was set to France and changing it to UK does not seem to change anything.
$ echo $LANG
en_US.UTF-8
BUT
$ env | grep -i fr
LC_PAPER=fr_FR.UTF-8
LC_ADDRESS=fr_FR.UTF-8
LC_MONETARY=fr_FR.UTF-8
LC_NUMERIC=fr_FR.UTF-8
LC_TELEPHONE=fr_FR.UTF-8
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session1
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
LC_IDENTIFICATION=fr_FR.UTF-8
LC_MEASUREMENT=fr_FR.UTF-8
LANGUAGE=en_US:fr:en
LC_TIME=fr_FR.UTF-8
LC_NAME=fr_FR.UTF-8
and if I look at a date, it's in French.
$ ls -l xxx
-rw-rw-r-- 1 jon jon 0 juil. 19 19:17 xxx
Worse yet, system error messages are in French! (Quel horreur!)
$ ls -zyw
ls*: option invalide -- 'z'
Saisissez «*ls --help*» pour plus d'informations.
What am I doing wrong? I thought there was a default setting for LANG somewhere in /etc/something-or-other but I can not find it.
Until Quantal, which was a fresh installation, not an update, I had no language problems.
Comment