About
By default, the JVM uses the current locale as defined by the OS.
Articles Related
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: