[GRASSLIST:8547] Re: locale on cygwin
Glynn Clements
glynn at gclements.plus.com
Sat Oct 8 05:24:49 EDT 2005
Markus Neteler wrote:
> You have to set
>
> export LANG=cs_CZ
> export LANGUAGE=cs_CZ
> export LC_CTYPE=cs_CZ
>
> (at least the first two).
Maybe:
export LC_MESSAGES=cs_CZ
export -n LC_ALL
?
LC_ALL overrides all other settings, and LANG is only used as a
fallback if the specific LC_* variable is unset. LC_MESSAGES
determines the message catalogue.
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-user
mailing list