From e1c71fcfb8f53ae17f5722a1d9dfdc99c1c4232b Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 17 Nov 2021 23:49:19 +0200 Subject: [PATCH] locale: add page (#7328) --- pages/linux/locale.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/locale.md diff --git a/pages/linux/locale.md b/pages/linux/locale.md new file mode 100644 index 000000000..494f64966 --- /dev/null +++ b/pages/linux/locale.md @@ -0,0 +1,20 @@ +# locale + +> Get locale-specific information. +> More information: . + +- List all global environment variables describing the user's locale: + +`locale` + +- List all available locales: + +`locale --all-locales` + +- Display all available locales and the associated metadata: + +`locale --all-locales --verbose` + +- Display the current date format: + +`locale date_fmt`