I want to set it to English when the output language is garbled when the output language is Japanese on an embedded console such as IntelliJ. In that case, I should have set the following options in the JVM.
Set to English
-Duser.language=en -Duser.country=US
If you want to set it to Japanese, do as follows.
Set to Japanese
-Duser.language=ja -Duser.country=JP
Recommended Posts