regional settings

  • Thread starter Thread starter Michael Wenninger
  • Start date Start date
Hi Michael,
where can i find the current regional settings in the registry ?

I don't know where (or even if) you can find the current regional
settings in the registry, but you can retrieve the current regional
settings inside your application via the CultureInfo.CurrentCulture and
CultureInfo.CurrentUICulture calls (part of System.Globalization).


Regards,

Elisa
 
Back
Top