For MonthCalendar control, the weekday format would follow the current
culture setting of the system, I wish to change the weekday format to en-us
while the system has been set to other culture setting rather than en-us.

I've tried to change the culture of the UIThread & CurrentThread to en-us,
while the form create the instance of the MonthCalendar, but failed.

Could any one help me for this ? Thanks!
--
Do or do not, there is no try.

Re: How could change the weekday display format for MonthCalendar by Claes

Claes
Mon Mar 13 08:58:02 CST 2006

Unfortunately, the MonthCalendar (and the DateTimePicker) is hardcoded to
use the language that the user has specified in his/her regional settings.
You can't change it locally in your app.

/claes

"Kent Liu" <KentLiu@discussions.microsoft.com> wrote in message
news:4E6E54D5-933E-4B6B-9AA5-E4184D3670F2@microsoft.com...
> For MonthCalendar control, the weekday format would follow the current
> culture setting of the system, I wish to change the weekday format to
> en-us
> while the system has been set to other culture setting rather than en-us.
>
> I've tried to change the culture of the UIThread & CurrentThread to en-us,
> while the form create the instance of the MonthCalendar, but failed.
>
> Could any one help me for this ? Thanks!
> --
> Do or do not, there is no try.



Re: How could change the weekday display format for MonthCalendar by KentLiu

KentLiu
Mon Mar 13 23:16:55 CST 2006

Thanks!
Is there any way to walk around ?
--
Do or do not, there is no try.


"Claes Bergefall" wrote:

> Unfortunately, the MonthCalendar (and the DateTimePicker) is hardcoded to
> use the language that the user has specified in his/her regional settings.
> You can't change it locally in your app.
>
> /claes
>
> "Kent Liu" <KentLiu@discussions.microsoft.com> wrote in message
> news:4E6E54D5-933E-4B6B-9AA5-E4184D3670F2@microsoft.com...
> > For MonthCalendar control, the weekday format would follow the current
> > culture setting of the system, I wish to change the weekday format to
> > en-us
> > while the system has been set to other culture setting rather than en-us.
> >
> > I've tried to change the culture of the UIThread & CurrentThread to en-us,
> > while the form create the instance of the MonthCalendar, but failed.
> >
> > Could any one help me for this ? Thanks!
> > --
> > Do or do not, there is no try.
>
>
>

Re: How could change the weekday display format for MonthCalendar by Claes

Claes
Tue Mar 14 09:11:04 CST 2006

Nope. You'll either have to make your own control or change the user's
settings

/claes

"Kent Liu" <KentLiu@discussions.microsoft.com> wrote in message
news:C01FDC71-4D49-479D-A202-BD2C4E32860C@microsoft.com...
> Thanks!
> Is there any way to walk around ?
> --
> Do or do not, there is no try.
>
>
> "Claes Bergefall" wrote:
>
>> Unfortunately, the MonthCalendar (and the DateTimePicker) is hardcoded to
>> use the language that the user has specified in his/her regional
>> settings.
>> You can't change it locally in your app.
>>
>> /claes
>>
>> "Kent Liu" <KentLiu@discussions.microsoft.com> wrote in message
>> news:4E6E54D5-933E-4B6B-9AA5-E4184D3670F2@microsoft.com...
>> > For MonthCalendar control, the weekday format would follow the current
>> > culture setting of the system, I wish to change the weekday format to
>> > en-us
>> > while the system has been set to other culture setting rather than
>> > en-us.
>> >
>> > I've tried to change the culture of the UIThread & CurrentThread to
>> > en-us,
>> > while the form create the instance of the MonthCalendar, but failed.
>> >
>> > Could any one help me for this ? Thanks!
>> > --
>> > Do or do not, there is no try.
>>
>>
>>