locale.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 16 Apr 2009 21:24:25 +0300
changeset 83 bd52334e3a99
parent 13 137879ea4f4a
child 122 3f107d135fbc
permissions -rw-r--r--
pvs correction.

-*- outline -*-

* Linux.

** How see current locale settings?

  $ locale

** How see all available locale?

  $ locale -a

** How set date to ISO format?

Usually this be done trough en_DK locale.

You need setup, for example, LC_TIME=en_DK.utf8 at shell init.

*** Debian.

**** Install all available locale.

  $ sudo apt-get install locales-all

* FreeBSD.

** How see current locale settings?

  $ locale

** How see all available locale?

  $ locale -a