# HG changeset patch # User Oleksandr Gavenko # Date 1229766871 -7200 # Node ID 137879ea4f4a368d70fd0ff981103ea48f718ed0 # Parent a770713238c87d53d82bcda1272d5f8c0c8fdbc5 Added doc for locale. diff -r a770713238c8 -r 137879ea4f4a locale.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locale.rst Sat Dec 20 11:54:31 2008 +0200 @@ -0,0 +1,34 @@ +-*- 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 +