Dear Power Apps Community,
I am trying to display prices in my app in german number format.
The german format is: 1.000,00 €
The american(and standard) format is: $ 1,000.00
On a german browser the following code is making that change possible:
Text(ThisItem.xxx, "[$-de-DE]#.###0,00 €")
unfortunately, on my english browser that code is displaying the numbers in american format.
Do you have a solution for a code, that would work.
Thanks in advance.
Sincerely
grandepaci

Report
All responses (
Answers (