I have in configuration regional PERU
currency in format S/. 200,000.00, "." for decimals, "," for miles
but when for example in PaymentForms.xml use the
<display type="currency" currency="${currencyUomId}" />
if el amount is 2000.00 in the database, the amount is displayed of it form:
US$ 2.000,00 (the "." and "," is used in the incorrect place)
Where I can see the code of it tag <display> for see that is doing.
I see the UtilFormatOut.java but I don't know if it is used with the tag
display.
Jose.