It doesn't work here.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);
Whatever I set the locale,it always be in English.
Why it happened?