That's exactly what I do - English is my first language but I am living in Denmark using a Danish computer.
If you are not using X (ordinary console) then this should do the trick:
. Also add this to your startup scripts.
To get it working in X you need to change /etc/X11/XF86Config to something like this:
Code:
Section "InputDevice"
Identifier "Keyboard1"
Driver "Keyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "dk"
Option "XkbVariant" "nodeadkeys"
EndSection
Let me know how it goes.
Mark.