You can access region information using RegionInfo object. However, since
RegionInfo was designed to be how things are represented in a region or
country like currency symbol, metrics etc, these are by design not
changeable programmatically. However, there are a couple of things that can
be set like NumberFormatInfo. Check the APIs under System.Globalization for
exactly what properties have setters associated with them
Thanks,
Sandy
This posting is provided "AS IS" with no warranties, and confers no rights.