[GRASS-user] Setting Language
Markus Neteler
neteler at osgeo.org
Thu Apr 14 07:21:10 EDT 2011
On Thu, Apr 14, 2011 at 9:27 AM, katrin eggert
<katrineggert1980 at gmail.com> wrote:
> Greetings
> I'm doing some work in GRASS with a couple of friends from different
> countries (/ different languages) and our GRASS has some words translated in
> in our own languages but this can be quite difficult when, for example, I'm
> running something on a laptop of an italian :). So I want to define
> languages to English. I know that I must add a set language in etc/init.bat
> right?
> but which parameter shall i define?
This is for English:
LANG=en_US
LANGUAGE=en_US
LC_MESSAGES=en_US
And this for Italian:
LANG=it_IT
LANGUAGE=it_IT
LC_ALL=it_IT
etc.
Markus
More information about the grass-user
mailing list