Differences between revisions 1 and 2
Revision 1 as of 2008-08-01 19:26:06
Size: 251
Editor: CarlNobile
Comment:
Revision 2 as of 2008-08-01 19:28:54
Size: 275
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
/etc/environment /etc/environment<<BR>>
Line 6: Line 6:
/etc/default/locale /etc/default/locale<<BR>>
Line 9: Line 9:
/var/lib/locales/supported.d/local /var/lib/locales/supported.d/local<<BR>>
Line 12: Line 12:
dpkg-reconfigure locales dpkg-reconfigure locales<<BR>>

Setting the language on Debian derived Linux

/etc/environment
LANG="en_US.UTF-8"

/etc/default/locale
LANG="en_US.UTF-8"

/var/lib/locales/supported.d/local
en_US.UTF-8 UTF-8

dpkg-reconfigure locales
source /etc/environment locale

Setting the language on Debian derived Linux (last edited 2013-12-07 02:43:04 by CarlNobile)