[Gambas-user] Help on locale settings

ron ronstk at ...239...
Thu Mar 25 21:18:19 CET 2004


On Thursday 25 March 2004 18:34, Laurent Godard wrote:
> Hi ron,
>
> > Noise is not a problem :)
>
> so let do some noise :)
>
> > Can you tell more what the problem is in /home/laurent/.i18n file
> > and what you did to solve the problem.
>
> .i18n is a hidden file
>
> Before (wit problem)
>
> LC_MEASUREMENT=fr_FR
> LC_PAPER=fr_FR
> LANGUAGE=en_US:en
> LC_MESSAGES=en_US
> LC_IDENTIFICATION=fr_FR
> LC_TIME=en_US
> LC_NUMERIC=fr_FR
> LC_CTYPE=en_US
> LANG=en_US
> LC_COLLATE=en_US
> LC_NAME=fr_FR
> LC_TELEPHONE=fr_FR
> LC_ADDRESS=fr_FR
> LC_MONETARY=fr_FR
>
> after
>
> LC_MEASUREMENT=fr_FR
> LC_PAPER=fr_FR
> LANGUAGE=fr_FR:fr
> LC_MESSAGES=fr_FR
> LC_IDENTIFICATION=fr_FR
> LC_TIME=fr_FR
> LC_NUMERIC=fr_FR
> LC_CTYPE=fr_FR
> LANG=fr_FR
> LC_COLLATE=fr_FR
> LC_NAME=fr_FR
> LC_TELEPHONE=fr_FR
> LC_ADDRESS=fr_FR
> LC_MONETARY=fr_FR
>
> HTH
>
> Laurent

That's nice, I assume the list are from locale and not the content of the 
file. Anyway i see the difference
 
My Locale returns

LANG=POSIX
LC_CTYPE=en_GB.ISO-8859-1
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=

I missing the LANGUAGE, and in my case all are quoted.
KDE say Language=English  'en_US' and Country='Netherlands 'NL'
SuSE say Language is English (USA) equals to 'en_US '?? look LC_CTYPE ??
and nothing about Country.

POSIX is from install time, I never change one of these settings in any of the 
config/setup/profile or what ever they are named by hand.

Any way i don't play with them and have accepted as is because it's unclear 
what this variable mean and are used for.
In my case there is also without quotes

RC_LC_COLLATE=POSIX
RC_LANG=en_GB.ISO-8859-1
GTK_RC_FILES and GTK2_RC_FILES with path lists to find other config settings.

To be exact this is in a terminal under KDE

When I use a Linux console with alt-ctrl-2 the en_GB.ISO are changed to en_US.
Somewhere the startup Xserver/KDE combination change this settings.
I can't find where at the moment. It's not in the ().profile files as far I 
found.

Ron




More information about the User mailing list