Is there a way to configure Java decimal separators with JVM options? I know how to do this at the code level, but unfortunately this time I can’t touch it.
I have: "1,322.03"and I'm sorry there wasn’t any configuration that looked like 1.322,03.
"1,322.03"
1.322,03
There are NLS_NUMERIC_CHARACTERS in Oracle, which are solved for me in most cases, but I got lost in this.
thank.
e.
Your result looks like this: DecimalFormatused depending on the language (for example, NumberFormat.getInstance().format(value)or similar).
DecimalFormat
NumberFormat.getInstance().format(value)
, , . , , . Java (, GNU).
-Duser.language=de -Duser.country=DE , . ( , , .) , .
-Duser.language=de -Duser.country=DE
Source: https://habr.com/ru/post/1765647/More articles:How to determine if a gif is animated? - bashHow to update a view from code in an Eclipse RCP application - javaАльтернатива iFrames с AJAX - ajaxProblem with Oracle Script - creating a trigger without interruption - sqlProblem with notification sounds - androidhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1765648/what-are-strategies-for-ajax-apps-to-degrade-gracefully-when-js-is-turned-off&usg=ALkJrhgXPgfWpk-rGfVGieUY4go9zmkaQwCheck if the class has a field by line - phpHow to Build a Graceful Degradation AJAX Web Page? - javascriptПереопределить приложение обмена сообщениями по умолчанию android - androidSeparating simple rules from PHP code - phpAll Articles