Java: How to change the language of java.util.logging to English? -


i have java.util.logging print output file. works fine. however, messages contain chinese characters correspond log level , time messages logged.

how can make print english instead of chinese characters ?

this current messages like

11月 08, 2016 8:28:03 下午 mysamples.testing.testingfile errorfunction 資訊: exception: 123 

start application passing language on command-line override current default language of os.

java -duser.language=en myapplication 

Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -