In C# im trying to format an amount according to the setup on the computer.
So for instance if the setup on en-US are xxxx.xx (separated by an dot) and in nb-NO it is xxxx.xx (separated by an comma) I want to auto-detect that and format the amount accordingly.
Thanks for your help in advance.
Try this