This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: the description of LANGUAGE


Sorry, please take this one. Just did a little modification.

LANGUAGE:
When determining the language (e.g. en or en_US) of a locale category (e.g.
LC_MESSAGES), if the locale category is itself already set to a valid locale
name (note, must be a locale name, a languge name won't work. e.g. 'en_US' is
ok, but 'en' is not) in a system, no matter it is set explicitly or implicitly
using LC_ALL or LANG, LANGUAGE's value will override this locale category's
original setting. LANGUAGE's value is a colon separated list of language codes.
The list will be scanned from left to right, the first valid language code will
take effect.

Thanks in advance!

Zhang, Le


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]