Hi,
in app we've used number input. Property precision is set 'NumberInput.Precision'.'2'. We stored this input into dataverse table. Data type of column is decimal number.
When I want save number 2,22 in dataverse is stored with ( , ) -> this is correct.
But in app, I have to enter this number with a dot ( . ) separating the decimal places. And all decimal numbers are representing with dot (.)

Can anybody give me advice how or what to change in app or system properties when I want to store and representing decimal number in app with comma ( , ). Example 2,22
Thanks