Differences between revisions 4 and 5
Revision 4 as of 2010-02-11 20:35:42
Size: 782
Editor: CarlNobile
Comment:
Revision 5 as of 2010-02-11 20:37:53
Size: 813
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
$ cat /etc/environment<<BR>> {{{
$ cat /etc/environment}}}
Line 5: Line 6:
}}}
Line 6: Line 8:
{{{LANG="en_US.UTF-8"}}}<<BR>>

{{{
$ cat /etc/default/locale
Line 7: Line 13:
}}}
Line 8: Line 15:
$ cat /etc/default/locale<<BR>>
LANG="en_US.UTF-8"
{{{
$ cat /var/lib/locales/supported.d/local
en_US.UTF-8 UTF-8
}}}
Line 11: Line 20:
$ cat /var/lib/locales/supported.d/local<<BR>>
en_US.UTF-8 UTF-8

$ sudo dpkg-reconfigure locales<<BR>>
{{{
$ sudo dpkg-reconfigure locales
Line 31: Line 38:
}}}

Setting the language on Debian derived Linux

$ cat /etc/environment

PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games" }}} *** May or may not have the following line *** LANG="en_US.UTF-8"

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

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

$ sudo dpkg-reconfigure locales
$ source /etc/environment<<BR>>
$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

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