I currently use the following code to print a double:
return String.format(\"%.2f\", someDouble);
This works well, except that Java uses my
Change the language, it worked for me.
How to set eclipse console locale/language How to set eclipse console locale/language