Hi all,
sorry if this is a very common question, but I'm coming crazy.
I want to have my Xorg with Window Maker in Spanish language. How can I do it?
My /etc/X11/xorg.conf:
My /etc/rc.conf:
My ~/.profile:
Can somebody give me some light?
Thanks in advance.
sorry if this is a very common question, but I'm coming crazy.
I want to have my Xorg with Window Maker in Spanish language. How can I do it?
My /etc/X11/xorg.conf:
Code:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "es"
EndSection
My /etc/rc.conf:
Code:
keymap=”spanish.iso15.acc”
My ~/.profile:
Code:
LANG=es_ES.UTF-8; export LANG
LC_ALL=es_ES.UTF-8; export LC_ALL
LC_CTYPE=es_ES.UTF-8; export LC_CTYPE
MM_CHARSET=utf8; export MM_CHARSET
Thanks in advance.