Java - Locale

Java Conceptuel Diagram

About

By default, the JVM uses the current locale as defined by the OS.

Configuration

To bypass this configuration, you can specify on the command line the locale to be used:

java -Duser.language=en -Duser.region=US MyApplication

Note that there are some bugs with this:







Share this page:
Follow us:
Task Runner