Decimal separator

Hello, is there a way to change the decimal separator to a comma? In display but also in input using the comma key.
image
Five doesn’t seem to use my locale settings.
Thanks!

Hello,

You could make a custom display type for this.

First, create a custom display type and set the display type to currency. Then, within the field data of this custom display type, add the following:

Now add this as the display type wherever you use your currency values.

Let me know if theres any issues!

Thanks,
Riley.

Ok, so simple! Well, the input still requires a period, but I don’t think that will bother users. What’s important is the display in forms and reports. Thanks a lot!