View previous topic :: View next topic |
Author |
Message |
Nadar n00b
Joined: 15 Jul 2002 Posts: 3 Location: France
|
Posted: Mon Jul 15, 2002 11:45 pm Post subject: LANG=fr-FR@euro ? |
|
|
I installed Gentoo 1.2 three days ago, I should make an error during the installation because everything is in English while my language is French.
I made a modification in the file /etc/env.d/00basic :
LANG=fr-FR@euro
LC_ALL="fr-FR@euro"
Then I launched the command :
env-update
The "locale" command gives me this :
LANG=fr-FR@euro
LC_CTYPE="fr-FR@euro"
LC_NUMERIC="fr-FR@euro"
LC_TIME="fr-FR@euro"
LC_COLLATE="fr-FR@euro"
LC_MONETARY="fr-FR@euro"
LC_MESSAGES="fr-FR@euro"
LC_PAPER="fr-FR@euro"
LC_NAME="fr-FR@euro"
LC_ADDRESS="fr-FR@euro"
LC_TELEPHONE="fr-FR@euro"
LC_MEASUREMENT="fr-FR@euro"
LC_IDENTIFICATION="fr-FR@euro"
LC_ALL=fr-FR@euro
bash-2.05a#
But regrettably, when I have reboot my machine, all my applications were still in English ???
If anybody has a solution of this enigma, I would like to know it.
Thank you in advance. |
|
Back to top |
|
|
hielvc Advocate
Joined: 19 Apr 2002 Posts: 2805 Location: Oceanside, Ca
|
Posted: Tue Jul 16, 2002 2:11 am Post subject: |
|
|
What about adding to profile or profile.env or maybe try posting in the brazillian or spanish boards. It would seem they have it figured out.
hielvc |
|
Back to top |
|
|
Guest
|
Posted: Tue Jul 16, 2002 6:14 am Post subject: |
|
|
Hi Nadar,
i add this 3 lines to /etc/profiles
export LANG="de_DE@euro"
export LC_ALL="de_DE@euro"
export LANGUAGE="de_DE@euro"
mfg
tooly |
|
Back to top |
|
|
Nadar n00b
Joined: 15 Jul 2002 Posts: 3 Location: France
|
Posted: Tue Jul 16, 2002 8:35 am Post subject: |
|
|
Hi,
By reading your message, I noticed that I had done a fault:
Fr-FR instead of fr_FR.
Thank you very much, everything is in French now |
|
Back to top |
|
|
|