Is there an easy way to change the output from a double char from the usual period to a comma with a simply command? like 125.15 -> 125,15

Or do you have to make a loop where you replace every . with , ?