1LOCALE(1) General Commands Manual LOCALE(1)
2
3
4
6 locale - Get locale-specific information.
7
9 llooccaallee [[ -a ⎪ -m]]
10
11 llooccaallee [[ -ck ]] name...
12
14 The locale program writes information about the current locale
15 environment, or all locales, to standard output.
16
17 When invoked without arguments, locale summarizes the current locale
18 environment for each locale category defined by the LC_* environment
19 variables.
20
21 --aa, ----aallll--llooccaalleess
22
23 Write names of available locales.
24
25 --mm, ----cchhaarrmmaappss
26
27 Write names of available charmaps.
28
29
30 OOuuttppuutt FFoorrmmaatt::
31
32 --cc, ----ccaatteeggoorryy--nnaammee
33
34 Write names of selected categories.
35
36 --kk, ----kkeeyywwoorrdd--nnaammee
37
38 Write names and values of selected keywords.
39
40
42 LC_CTYPE
43
44 Character classification and case conversion.
45
46 LC_COLLATE
47
48 Collation order.
49
50 LC_TIME
51
52 Date and time formats.
53
54 LC_NUMERIC
55
56 Non-monetary numeric formats.
57
58 LC_MONETARY
59
60 Monetary formats.
61
62 LC_MESSAGES
63
64 Formats of informative and diagnostic messages and
65 interactive responses.
66
68 locale is written by Ulrich Drepper for the GNU C Library.
69
70 This manpage is written by Joel Klecker <espy@debian.org> for the
71 Debian GNU/Linux system.
72
73
74
75
76
77
78
79
80
81
82
83
843rd Berkeley Distribution March 2001 LOCALE(1)