How can I get the English version?

Started by Nils Göscheabout 16 years ago5 messagesgeneral
Jump to latest
#1Nils Gösche
cartan@cartan.de

Hi!

I am running PostgreSQL on a German Windows machine. Client programs like
psql and pgAdmin are printing German translation strings everywhere, even
though I told the installer to use English/United States locale. How can I
disable all translations and simply use the English version of all programs?

Regards,
--
Nils Gösche
"Don't ask for whom the <CTRL-G> tolls."

#2Thomas Kellerer
spam_eater@gmx.net
In reply to: Nils Gösche (#1)
Re: How can I get the English version?

Nils G�sche wrote on 19.02.2010 23:29:

Hi!

I am running PostgreSQL on a German Windows machine. Client programs like
psql and pgAdmin are printing German translation strings everywhere, even
though I told the installer to use English/United States locale. How can I
disable all translations and simply use the English version of all programs?

Regards,

set LC_MESSAGES=English

Regards
Thomas

#3Nils Gösche
cartan@cartan.de
In reply to: Thomas Kellerer (#2)
Re: How can I get the English version?

Thomas wrote:

set LC_MESSAGES=English

Yes, that works very well for psql, thanks! However, pgAdmin is still in
German. Not even setting LC_ALL to en_US seems to help. Any other trick?

Regards,
--
Nils Gösche
"Don't ask for whom the <CTRL-G> tolls."

#4Thomas Kellerer
spam_eater@gmx.net
In reply to: Nils Gösche (#3)
Re: How can I get the English version?

Nils G�sche wrote on 20.02.2010 00:20:

set LC_MESSAGES=English

Yes, that works very well for psql, thanks! However, pgAdmin is still in
German. Any other trick?

File -> Options -> User Language -> English

works for me

Thomas

#5Nils Gösche
cartan@cartan.de
In reply to: Thomas Kellerer (#4)
Re: How can I get the English version?

Thomas wrote:

File -> Options -> User Language -> English

works for me

*groan*

I was looking at that dialog, but still missed that. Thanks again!

Regards,
--
Nils Gösche
"Don't ask for whom the <CTRL-G> tolls."