After Effects Expression for replacing dots with commas
Hello all.
I have the following expression for my source code:
effect("Einstellungen für Schieberegler")("Schieberegler").value.toFixed(1)+" %";
Unfortunately, the digits after the comma are separated by a dot. Since I work in Germany, I would like to have the place after the comma separated by a comma.
Unfortunately, this does not work as an addition:
replace (".",",");
Can anyone help me?
Thank you very much!
