locale
locale [options] [name]Print report on current locale settings. Locales determine the country-specific settings for a system, including character encodings, the formatting of dates, honorifics, diagnostic messages, currency, printer-paper sizes, and default measurements. Locale settings are essentially a dictionary of settings specified by keyword. The keywords are grouped together into related categories whose names begin with LC_. Each category has a related environment variable of the same name from which it will read its locale setting. Supply keyword or category names as name to examine their values. Multiple names may be given. You can also use the special keyword charmap to see the current character mapping. When executed with no arguments, locale prints the value of all locale-related environment variables.
Options
-aPrint all available locale settings installed on the system.
-c
Print the category related to each name argument.
-k
Print keywords along with their settings for each name argument.
-m
Print all available character maps.
Environment variables
LANGThe default value for unset internationalization variables. If not set, the system's default value is used.
LC_ADDRESS
Postal settings, country, and language names and abbreviation.
LC_COLLATE
String and character sorting and comparison settings.
LC_CTYPE
Character attributes, including case conversion mappings, and categories of characters (whitespace, digit, lower, upper, punctuation, etc.).
LC_IDENTIFICATION
Information related to the current locale definition, including its title, source, revision, and contact information for its author.
LC_MEASUREMENT
Measurement units, metric or other.
LC_MESSAGES
Settings for yes/no prompts and other informative and diagnostic messages.
LC_MONETARY
Currency formats and symbols.
LC_NAME
Formats for names and honorifics.
LC_NUMERIC
Nonmonetary number formats.
LC_PAPER
Default paper sizes for printing and pagination.
LC_TELEPHONE
Telephone number formats.
LC_TIME
Date and time formats.
LC_ALL
When set, overrides the values of all other internationalization variables.
NLSPATH
The path for finding message catalogs used in processing messages.
Examples
Print the category name and all keywords for date and time settings:locale -ck LC_TIME
Print the strings used for days of the week and months of the year:
locale day mon
0 comments:
Post a Comment