On Thu, Apr 14, 2011 at 9:27 AM, katrin eggert
<[email protected]> 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
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to