Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Regional Settings

0 views
Skip to first unread message

AA2e72E

unread,
May 22, 2008, 5:12:01 AM5/22/08
to
How can I query & change the country settings programatically?

Thanks.

kodehoved

unread,
May 22, 2008, 6:57:21 AM5/22/08
to
On May 22, 11:12 am, AA2e72E <AA2e...@discussions.microsoft.com>
wrote:

> How can I query & change the country settings programatically?
>
> Thanks.

You can get / set the culture settings for the current thread through
Thread.CurrentCulture, e.g.

Thread.CurrentThread.CurrentCulture = new
System.Globalization.CultureInfo("da-DK");

Brian

0 new messages