Changing decimal point to ,

Hello,

I am working on a CMS intensive website, and some fields are number fields with decimal points. I know in the US it is common to use decimals with a dot, like: 10.23
But in Europe it is common to do it like this: 10,23
I didn’t see any easy option to change the . to , for the CMS fields that would display on the website.

Am I missing something, or is this not native for some reason? Can any one help me with this one? :)


Here is my public share link: LINK
(how to access public share link)

hi @Artur_Butvilovsky here is link to this forum.check solution

https://documentation.infiniteblue.com/platform/Currency_formats.htm

This might not be perfect, but if I were tasked with this and didn’t have a ton of time, I’d just change the number field to a text field and allow for potential user error…

hi @avianu I respect your opinion but dynamic number formatting is fairly easy with JS and RegEx that is done in few minutes. :man_shrugging:

I have just post link to @memetican response instead of mine with formatting examples as I presume that @Artur_Butvilovsky doesn’t know what RegEx is.

1 Like

A script based solution makes it much easier to support locale switching too.