My PC's region is set to United Kingdom, but my silverlight's default culture is set to US.
I have found this excellent post explaining this would be the default behaviour in WPF and he also provides a solution for it.
How to set and change the culture in WPF
Unfortunately as its usually the case I can't use this code in Silverlight. There is no OverrideMetadata method. So my question is how do the Silverlight developers solve this problem?
Highly appreciated,