locale.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 25 Oct 2011 10:46:59 +0300
changeset 1065 40c825357158
parent 899 7b4265c8d324
permissions -rw-r--r--
How to add, modify, or delete registry subkeys and values by using a registration entries.

-*- mode: outline; coding: utf-8; -*-

* 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

**** Generate locales.

  $ sudo dpkg-reconfigure locales

* FreeBSD.

** How see current locale settings?

  $ locale

** How see all available locale?

  $ locale -a