locale.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 16 Feb 2009 13:36:14 +0200
changeset 34 9442609f6876
parent 13 137879ea4f4a
child 122 3f107d135fbc
permissions -rw-r--r--
Fill paragraph.

-*- 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