M
M
Hello,
I have code like
dt.DayOfWeek.ToString(CultureInfo.CurrentCulture)
where dt is a DateTime object.
I get something like "Sunday", "Monday", etc... while I'm expecting it to be
in French. I have a bilingual app in English and French. I don't have any
problem elsewhere, like when outputting the month for example, but DayOfWeek
is not working as I expected.
Any help is appreciated.
Thanks.
I have code like
dt.DayOfWeek.ToString(CultureInfo.CurrentCulture)
where dt is a DateTime object.
I get something like "Sunday", "Monday", etc... while I'm expecting it to be
in French. I have a bilingual app in English and French. I don't have any
problem elsewhere, like when outputting the month for example, but DayOfWeek
is not working as I expected.
Any help is appreciated.
Thanks.