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.
>
>
>