# /etc/conf.d/locale - Locale setting variables # $Id$ # The basic language setting used by applications on the system, # unless overridden by one of the other locale environment variables LANG="" # The character set used to display and input text LC_CTYPE="" # How non-monetary numeric values are formatted on screen LC_NUMERIC="" # How date and time values are formatted LC_TIME="" # How to sort various information items # (e.g. defines the order of the alphabet so items can # be ordered alphabetically by the sort command) LC_COLLATE="" # How monetary numeric values are formatted LC_MONETARY="" # Which language is to display messages to the end user LC_MESSAGES="" # Definitions of paper formats and standards LC_PAPER="" # How names are formatted LC_NAME="" # How to display address information LC_ADDRESS="" # How telephone numbers are structured LC_TELEPHONE="" # What units of measurement are used LC_MEASUREMENT="" # How to display identification information LC_IDENTIFICATION="" # Caution! # This variable serves as a powerful override over all the other # locale environment variables. When its value is set, applications # use that value to determine which locale settings to use regardless # of the values of the other variables LC_ALL=""