I am from NLD and I've got a PowerApp which has a small calculation. Price per piece * Qty * Currency Conversion.
In the app is a Currency conversion (which is located in a Sharepoint table) with values like 1.06, 0.93, etc...
Its from EURO > Dollar etc... Now I've got a colleague in another country in East Europe. He gets an error with the conversion. 1.06 is not recognized as a number and the calculation gets in error somehow.
In the NLD only a number with . (dot) is allowed in PowerApps calculations, so if i would use 1,06 (with komma) the app would just read 106 and the result of 500 * 100 * 1,06 would be 5 300 000 instead of the real result of 53 000. (my colleague would get 53 000 with this calculation and NOT an error.)
Is there any way to set a fixed language for an application instead of using the language per user?
Or are there other solutions for this problem? I can't think of one yet and also can't find it on the big web.
