- Slackware 12.2
- Slackware 13.0
"locale" zeigt an, welche Sprachen und Layouts auf dem System vorhanden sind
An das Ende von /etc/profile anhängen, oder in die Datei /etc/profile.d/lang.sh eintragen:
export LANG="de_DE.ISO-8859-15" #oder z.b .utf8
export LANG="de_DE@euro"
export LC_ALL="de_DE@euro"
LC_CTYPE="iso-8859-15"
LC_MESSAGES="de_DE"
und schon sollte Slackware Deutsch können.
Forumbeitrag: http://www.slackforum.de/forum/index.php?t=msg&th=997
Deutsche Tastaturbelegung
Die deutsche Tastaturbelegung lässt sich einstellen:
Slackware 12.2: in der Datei /etc/profile.d/X11/xorg.conf
Slackware 13.0: in der Datei /etc/x11/xorg.conf-vesa
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
Option "XkbLayout" "de"