|
I am using #numbers.formatcurrency to parse currency based on locale . If i hit the application with localhost/order/status the "$" is rendered correctly. But if i set the locale from the url like localhost/order/status?lanaguage=fr, then the currency symbol is rendered as "ยค"
|