Localization Troubleshooting Tips

Last modified 20 Aug 2021 09:09 +02:00

If you have troubles with incorrectly displayed characters, like in MID-3772, try add this parameters in JAVA_OPTS variable:

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

For Tomcat, this is commonly saved in Tomcat’s home directory in bin/setenv.sh or bin/catalina.sh, on Windows in bin\setenv.bat or bin\catalina.bat.

To check current values of these JVM options, run this command:

jinfo -sysprops <PID>
Was this page helpful?
YES NO
Thanks for your feedback