Following the documentation of FreeMarker :
Using :
<#setting number_format="0.##">
<#setting locale="hu">
German people write: ${12345678}
Should output as shown in picture but instead what i get is the below :
For input new BigDecimal(4436372342.10)
=> 4 436 372 342,10
which doesn't have .
but instead has spaces .
Why that happens ?