M
Mark Johnson
Since there seems to be a general interest for non-US support for the
DateTimePicker.cs/.vb
I have created a site for this on
http://www.mj10777.de/NETFramework/Compact/DateTimePicker/index.htm
An Archive is offerd with the original Miscrosoft DateTimePicker.msi
(03.10.2003)
and the unpacked version with a changed version of
DateTimePicker.cs where a bug was fixed.
The Demp-Project will show bothe DateTimePickers.
There is also an Internationlized version called
mj10777.DateTimePicker.cs
which also supports FirstDayof Week logic.
The names for the Days and Months are retrieved according to the Language
set on the Maschine.
There is (as allways) an exception :
"Today" must be hard coded for each language supported.
The Method DateTimeFormatInfo.CurrentInfo.FirstDayOfWeek does not allways
return correct results (reported elseware).
I would be interest in learning :
- what is "Today" on non-english/German Mashines as shown in the PC-Version
of DateTimePicker.
- what is the First Day of the Week as shown in the PC-Version of
DateTimePicker.
UK : on Compact (Pocket PC 2002)
DateTimeFormatInfo.CurrentInfo.FirstDayOfWeek returns Monday.
- as far as I know this should be Sunday : is this assumtion correct?
See :
http://www.mj10777.de/NETFramework/Compact/DateTimePicker/Doku_DateTimePicker.htm
for the present results, which I will update after building in the results
to the source code.
I would welcome the results as an E-Mail to (e-mail address removed) (Subject :
DateTimePicker : LanguageX)
Language : SomethingInEnglish
Today : "xxxx"
FirstDayOfWeek : Day in English
and if possible 2 gif files from the original PC-Version of DateTimePicker
as shown in Doku_DateTimePicker.htm
Visual Basic support :
See
http://www.mj10777.de/NETFramework/Compact/DateTimePicker/VB_DateTimePicker.htm
Thank you.
Mark Johnson, Berlin Germany
(e-mail address removed)
PS: using "Subject : DateTimePicker : LanguageX" will avoid getting lost in
the Junk Box with the (allways promised, but never held) "Last critical
Update" and other unpleasent things.
mj10777
DateTimePicker.cs/.vb
I have created a site for this on
http://www.mj10777.de/NETFramework/Compact/DateTimePicker/index.htm
An Archive is offerd with the original Miscrosoft DateTimePicker.msi
(03.10.2003)
and the unpacked version with a changed version of
DateTimePicker.cs where a bug was fixed.
The Demp-Project will show bothe DateTimePickers.
There is also an Internationlized version called
mj10777.DateTimePicker.cs
which also supports FirstDayof Week logic.
The names for the Days and Months are retrieved according to the Language
set on the Maschine.
There is (as allways) an exception :
"Today" must be hard coded for each language supported.
The Method DateTimeFormatInfo.CurrentInfo.FirstDayOfWeek does not allways
return correct results (reported elseware).
I would be interest in learning :
- what is "Today" on non-english/German Mashines as shown in the PC-Version
of DateTimePicker.
- what is the First Day of the Week as shown in the PC-Version of
DateTimePicker.
UK : on Compact (Pocket PC 2002)
DateTimeFormatInfo.CurrentInfo.FirstDayOfWeek returns Monday.
- as far as I know this should be Sunday : is this assumtion correct?
See :
http://www.mj10777.de/NETFramework/Compact/DateTimePicker/Doku_DateTimePicker.htm
for the present results, which I will update after building in the results
to the source code.
I would welcome the results as an E-Mail to (e-mail address removed) (Subject :
DateTimePicker : LanguageX)
Language : SomethingInEnglish
Today : "xxxx"
FirstDayOfWeek : Day in English
and if possible 2 gif files from the original PC-Version of DateTimePicker
as shown in Doku_DateTimePicker.htm
Visual Basic support :
See
http://www.mj10777.de/NETFramework/Compact/DateTimePicker/VB_DateTimePicker.htm
Thank you.
Mark Johnson, Berlin Germany
(e-mail address removed)
PS: using "Subject : DateTimePicker : LanguageX" will avoid getting lost in
the Junk Box with the (allways promised, but never held) "Last critical
Update" and other unpleasent things.
mj10777