Insert a BR (R$) Currency in dataFormats.cfg
Posted: 2018-07-30 19:29
Hello friends
I need to set the money display mask to the Brazilian default (R$), so I need to add a mask in the dataFormats.cfg that
either as: number_format($num, 2, ',', '.');
resulting for example:
The value at US $ 100,000.50
It would become R$ 100.000,50
How should I proceed? Will it also change the input method of values in the application?
Thank you
I need to set the money display mask to the Brazilian default (R$), so I need to add a mask in the dataFormats.cfg that
either as: number_format($num, 2, ',', '.');
resulting for example:
The value at US $ 100,000.50
It would become R$ 100.000,50
How should I proceed? Will it also change the input method of values in the application?
Thank you