Topic: Localization
I don't live in the UK, so I had to do some mods to get my system working right location-wise.
I thought I'd post it here, for others to benefit. (This includes configuring a keyboard and setting the system to update to local time)
To get a localized keyboard, remove /usr/share/X11/xkb/symbols/gb and make it a symbolic link to the keymap you want (in my case, /usr/share/X11/xkb/symbols/us), then re-boot. Most keymaps are in the directory /usr/share/X11/xkb/symbols/
To get localized time, edit /etc/rc.local to make an appropriate symlink on bootup. Below are the lines I personally added, the line starting with 'ln' will probably be different for you, but the rest should be the same. Most likely, any file you need will be in /usr/share/zoneinfo/, or a subdirectory thereof. (these files describe things like GMT+-* and whether you observe daylight savings time)
# Set the time
cd /etc
rm localtime
ln -s /usr/share/zoneinfo/America/Chicago localtimeI'm really thinking that most localization issues can be solved by appropriate symbolic links. I did trial-and-error to get this right, but I feel like an idiot after I see how simple it is.
(No, I didn't make that, but it holds true, so I use it in my sig)