Change system's locale in .net?

  • Thread starter Thread starter Juan Miguel Venturello
  • Start date Start date
J

Juan Miguel Venturello

I know how to do this via Win32 API's, but curious about how to do it in
..net. Is there a way in the framework to change the system's locale?

Thanks,

Juan Miguel Venturello
 
Of course I meant the system's locale, not the current thread - I already
know how to do this. Right now I am just calling the API's, but would rather
have my code 100% in the CLR.
 
Back
Top