Regional Settings

  • Thread starter Thread starter Okire
  • Start date Start date
O

Okire

Is there any way to programaticly set your Regional Settings for PPC 2003

/Erik Olofsson
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top