I would like to convert to number to a string, but using the user's country format.
Example: 1234567.89
Should print for Germany: 1.234.567,89
but for England: 1,234,567.89
and for Switzerland: 1'234'567.89
I'm sure there must be a function to achieve this, I just can't find it on my own...
Cheers, Michael