Hello, is there a way to change the decimal separator to a comma? In display but also in input using the comma key.
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.