PDA

View Full Version : default language



wk
09-05-2003, 11:31 PM
One more question: how to change default language (to different then English)?

wk

SillyFly
09-06-2003, 06:44 PM
two ways to do it -

1. edit the syslinux.cfg file to containt lang=whatever , so it'll run as if you have entered that on the boot prompt.

2. edit the file /etc/init.d/knoppix-autoconfig :
somewhere around line 97 the localization section should begin.
a few lines under it you will find a line saying -
[ -n "$LANGUAGE" ] || LANGUAGE="en"
meaning - 'if no language was specifically asked for, use "en" ' , so just change "en" to the language code you'd like to use.

g'luck.