Share this page 

Disable localizationTag(s): Internationalization


By default, the JVM uses the current locale as defined by the OS. To bypass this configuration, you specify on the command line the locale to be used :
java -Duser.language=en -Duser.region=US MyApplication