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
Post a Comment