Thank you for this interesting info but in javadoc for jvm-1.4.2 I found
only the follow system properties:


user.name       User's account name
user.home       User's home directory
user.dir        User's current working directory


Zsolt

> -----Original Message-----
> From: Mario Winterer [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 07, 2005 6:30 PM
> To: Tomcat Users List
> Subject: Re: How to get english messages on a German Windows-XP?
> 
> I think Java uses the Locale from your operating system.
> So to switch to english, you should either:
> + switch the locale of your operating system
> + tell Java to use another locale via system.properties at tomcat
> startup (jvm-property):
> 
> -Duser.language=<language-code> -Duser.country=<country-code>
> -Duser.variant=<variant>
> 
> e.g.: -Duser.language=en -Duser.country=US
> 
> Best regards,
>   Tex
> 
> Zsolt Koppany schrieb:
> 
> >Hi,
> >
> >This is probably a java and not a tc question, but I would like to know
> how
> >to get English java error messages when I start tc on a German windows XP
> >box.
> >
> >Zsolt
> >
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to