Java: Change log files to English and Unicode

From Wiki
Jump to navigation Jump to search

Java get locale from Operating System, but you change this

java -Duser.language=en_US -Duser.region=US -Dfile.encoding=UTF-8

or

java -Duser.language=en -Duser.country=US

Ver também