gimpusers.com logo
German version English version

Not logged in

Sign up! | Lost password?

Latest discussion

  1. gimp-user | today 10:48 AM
    Suppressing the "press any character to close this window" message in Script-Fu
  2. gimp-developer | today 10:45 AM
    Help with new default resources in 2.8
  3. gimp-docs | today 10:34 AM
    Where does the HTML documentation
  4. gimp-developer | today 09:34 AM
    html layers
  5. gimp-developer | today 08:50 AM
    Please fix Color and/or Value transfer mode

External news

Poll

Would you like to see or even participate in GFX contests hosted by gimpusers.com?

Yes, but prices for winners are important!

Yes, GFX contests are a good idea! It brings community together even if there are no prices available

No, contests are not important

Maybe, it is however not a tragedy if there are no contests. I don't care much.

See results

Stats

gimpusers.com RSS feed

GIMP Forums » For GIMP users

switch interface language?

Jump to message:

  1. switch interface... — Rene Veerman, 04 Oct 2008 03:37 PM
    1. switch interface... — Alexander..., 04 Oct 2008 03:46 PM
      1. switch interface... — Rene Veerman, 04 Oct 2008 03:48 PM
        1. switch interface... — Alexander..., 04 Oct 2008 04:10 PM
    2. switch interface... — Cristian Secară, 04 Oct 2008 10:45 PM
      1. switch interface...indebele, 17 Dec 2008 01:15 PM

As a registered user, you can subscribe forum threads in order to get notified when replies are posted. Just log in at the right top of the page if you already have an account, otherwise you can register for free.

Permalink:48E771A8.5050306@gmail.com
Date:04 Oct 2008 03:37 PM
From:Rene Veerman
Subject:switch interface language?
Is it possible to switch interface languages? I've been fed dutch, but
like english better.
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
↑Back to thread overview
Permalink:48E773CF.8080506@iaph.bas-net.by
Date:04 Oct 2008 03:46 PM
From:Alexander Rabtchevich
Subject:switch interface language?
Rene Veerman wrote:
> Is it possible to switch interface languages? I've been fed dutch, but
> like english better.
>
_______________________________________________
> Gimp-user mailing list
> Gimp-user@lists.XCF.Berkeley.EDU
> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>
>
Yes, it's possible. On Unix use a script
export LC_ALL=en_US.UTF-8 && gimp

On Windows add a parameter
LC_ALL
with a value
en_US.UTF-8
to system->additional->system variables. That will change the language
of _all_ GTK+ programs you use.

With respect
Alexander Rabtchevich
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
↑Back to thread overview
Permalink:48E7743C.3090802@gmail.com
Date:04 Oct 2008 03:48 PM
From:Rene Veerman
Subject:switch interface language?
Alexander Rabtchevich wrote:
> Rene Veerman wrote:
>> Is it possible to switch interface languages? I've been fed dutch, but
>> like english better.
>>
_______________________________________________
>> Gimp-user mailing list
>> Gimp-user@lists.XCF.Berkeley.EDU
>> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>>
>>
> Yes, it's possible. On Unix use a script
> export LC_ALL=en_US.UTF-8 && gimp
>
> On Windows add a parameter
> LC_ALL
> with a value
> en_US.UTF-8
> to system->additional->system variables. That will change the language
> of _all_ GTK+ programs you use.
>
> With respect
> Alexander Rabtchevich
>
i'm using windows gimp 2.6. can't find that system menu you mention.. or
is that not a menu path?
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
↑Back to thread overview
Permalink:48E77940.8000701@iaph.bas-net.by
Date:04 Oct 2008 04:10 PM
From:Alexander Rabtchevich
Subject:switch interface language?
Rene Veerman wrote:
> Alexander Rabtchevich wrote:
>> Rene Veerman wrote:
>>> Is it possible to switch interface languages? I've been fed dutch, but
>>> like english better.
>>>
_______________________________________________
>>> Gimp-user mailing list
>>> Gimp-user@lists.XCF.Berkeley.EDU
>>> https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
>>>
>> Yes, it's possible. On Unix use a script
>> export LC_ALL=en_US.UTF-8 && gimp
>>
>> On Windows add a parameter
>> LC_ALL
>> with a value
>> en_US.UTF-8
>> to system->additional->system variables. That will change the
>> language of _all_ GTK+ programs you use.
>>
>> With respect
>> Alexander Rabtchevich
>>
> i'm using windows gimp 2.6. can't find that system menu you mention..
> or is that not a menu path?
>
In XP it is located at Control panel -> System -> Additional -> system
variables (a button at the bottom of the dialog). Then click lower
create button.

With respect
Alexander Rabtchevich
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
↑Back to thread overview
Permalink:20081004234547.abb30219.orice@secaric...
Date:04 Oct 2008 10:45 PM
From:Cristian Secară
Subject:switch interface language?
On Sat, 04 Oct 2008 15:37:44 +0200, Rene Veerman wrote:

> Is it possible to switch interface languages? I've been fed dutch,
> but like english better.

You can make a simple *.bat file on the desktop and then click that one
instead of the original shortcut. That way you can launch whatever
version you need/want.
The file should contain these four lines:

set lang=en
cd c:\Program Files\GIMP-2.0\bin
start GIMP-2.6.exe
exit

Cristi
_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
↑Back to thread overview
Permalink:20081217121553.3E6D719D403D@a.dev001.net
Date:17 Dec 2008 01:15 PM
From:indebele (gimpusers.com)
Subject:switch interface language?
>On Sat, 04 Oct 2008 15:37:44 +0200, Rene Veerman wrote:
>
>> Is it possible to switch interface languages? I've been fed dutch,
>> but like english better.
>
>You can make a simple *.bat file on the desktop and then click that one
>instead of the original shortcut. That way you can launch whatever
>version you need/want.
>The file should contain these four lines:
>
>set lang=en
>cd c:\Program Files\GIMP-2.0\bin
>start GIMP-2.6.exe
>exit
>
>Cristi
>
--
indebele

After searching for weeks, I finally found your post, which worked and for
which I thank you - all other suggesetions were completely 'above me'. Have
already passed this on to another 'searcher'! Thanks again.

_______________________________________________
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
↑Back to thread overview

Adobe® Photoshop® is a registered trademark of Adobe Systems, Inc. Linux is a trademark of Linus Torvalds. Ubuntu and Canonical are registered trademarks of Canonical Ltd. | Clock times are shown as CET / CEST | Imprint / Privacy policy | powered by bitfire it services | sponsored by Hirners Hotel Guide