Change to the terminal via ALT-CTRL+F2 and become ROOT
Then change 'locale'-settings to the value you prefer. For example to get English-US settings type:
- Code: Select all
export LANG=en_US.UTF8
env-update
This defines the language for all 'locale'-configurations, but allows to modify sub-configurations LC_* individually, like using a different standard paper size, e.g.
You can find more information on 'locales' in the Gentoo Wiki http://www.gentoo.org/doc/en/guide-localization.xml.
An externsive description of environment settings for Linux in general is offered by the Ubuntu community here: https://help.ubuntu.com/community/EnvironmentVariables#Locale_setting_variables
In order to check what 'locale'-settings are applied type:
- Code: Select all
locale
This worked for me,
Pascal
