<p></p>
<p>This could be achieved by the user choosing a specific locale.</p>
<p>Example from <a href="https://www.baeldung.com/java-decimalformat" rel="nofollow">https://www.baeldung.com/java-decimalformat</a> :</p>
<pre><code>assertThat(new DecimalFormat("#,###.##", 
          new DecimalFormatSymbols(Locale.ENGLISH)).format(d))
          .isEqualTo("1,234,567.89");

assertThat(new DecimalFormat("#,###.##", 
          new DecimalFormatSymbols(Locale.ITALIAN)).format(d))
          .isEqualTo("1.234.567,89");
</code></pre>
<p>The locale could then affect the rendering of all numbers, by choosing the correct decimal separator when rendering.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/issues/3145#issuecomment-707945706">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNWGQURA5LGC3NAQL3TSKSPZNANCNFSM4IQEOLQA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNRDSXR5JX3BGOQYLU3SKSPZNA5CNFSM4IQEOLQKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFIZGJ2Q.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/issues/3145#issuecomment-707945706",
"url": "https://github.com/bisq-network/bisq/issues/3145#issuecomment-707945706",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>