Posts: 16
trudeal
Joined: 22 Oct 2010
#1
Hi,

Is it possible to switch AntiX's main language from English to French (or any other language) AFTER the install is done?

Thanks
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2
trudeal wrote:Hi,

Is it possible to switch AntiX's main language from English to French (or any other language) AFTER the install is done?

Thanks


Yes it is. Think of AntiX as Debian Squeeze when googling how to do this.

One way is for language. As root user in terminal

Code: Select all

dpkg-reconfigure locales
uncheck everything, but fr_FR in it's listing.

for Keyboard change

Code: Select all

dpkg-reconfigure console-data
Since I am a country boy Texan who does not speak french. You can wait for someone who is a french user to respond instead of following my suggestions. They can probably tell you a shorter way to do what you want.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://wiki.debian.org/Locale"
linktext was:"http://wiki.debian.org/Locale"
====================================



========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://sblinux.org/antix/index.html"
linktext was:"http://sblinux.org/antix/index.html"
====================================
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#3
You will need to edit /etc/profile to add at the end

export LANG=fr_FR.UTF-8

and make sure your /etc/default/keyboard is set to your language of choice.
Posts: 16
trudeal
Joined: 22 Oct 2010
#4
Thanks, but this did not work.
I have GNOME installed. Does this make a difference?
anticapitalista wrote:You will need to edit /etc/profile to add at the end

export LANG=fr_FR.UTF-8

and make sure your /etc/default/keyboard is set to your language of choice.
anticapitalista
Posts: 5,955
anticapitalista
Site Admin
Joined: 11 Sep 2007
#5
If you have gnome installed, you should set language through gnome settings. (Don't know where exactly as I don't use gnome). You may wish to install gdm and use it instead of slim login manager. At login you can choose the language setting.
Posts: 16
trudeal
Joined: 22 Oct 2010
#6
OK thanks. I'll look into this tonight.
I ended up installing GNOME somewhat inadvertantly when I tried to add the GNOME screensaver. I did not initially realize that I was installing a whole new graphical interface.
Is there a disadvantage of having GNOME installed on top of AntiX?
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#7
Are you logging into the gnome desktop (or icewm or fluxbox)?

gnome on top doesn't affect antiX, just that gnome itself is heavier and slower than icewm or fluxbox, especialy noticeable on older boxes.
Posts: 16
trudeal
Joined: 22 Oct 2010
#8
I just tried installing dgm.
Upon restarting the computer, I am now stalled and do not reach the login stage.
How can I now reverse the process and remove gdm...?
Posts: 16
trudeal
Joined: 22 Oct 2010
#9
OK, after restarting a couple of times, I managed to reach login.
I could not see any choice for language.
I ended up removing gdm and going back to slim.
Still stuck with my problem of not being able to get the system running in French...
Posts: 16
trudeal
Joined: 22 Oct 2010
#10
Just tried the dpkg-reconfigure locales command.
It worked great!
Thanks Rokytnji