-
Change dot with comma
I have a simple code, showing an animated Slider number in a text field. It is a number with a floating point, like 29.3. And now I was asked to replace DOT with COMMA, to make it look like 29,3, and I don’t know how to do it.
What is the right way to replace dot with comma in that matter?
Thanks.