Search found 1 match

by JansonChow
Sun Jul 23, 2006 10:36 am
Forum: JFreeChart
Topic: why can I change german-info to english ?
Replies: 3
Views: 5322

gribas wrote:What's wrong with German? Anyway, when you call the JVM:

java -Duser.language=en <YourApplication>

or in your application:

Locale.setDefault(Locale.US);
It doesn't work here.
Whatever I set the locale,it always be in English.
Why it happened?