Hi Emil Moe. I think you can by overiding the Number prototype but I think it's not a good idea.
If you really want to use comas instead of dot notation you can write a service which replaces your comas by dots. You can use the .replace() function or .match() with the appropriate regex to achieve that.
Hope it helped.
Have a good one :)