Multilingual dates in gridview
Posted
by Moox
on Stack Overflow
See other posts from Stack Overflow
or by Moox
Published on 2010-06-09T16:40:17Z
Indexed on
2010/06/09
16:42 UTC
Read the original article
Hit count: 140
I'm replacing a website that was previously HTML only.
I put a GridView on the French and the English page and I'm getting 2 fields: A date and a currency.
For the date, I need to transform it into a long date format. The English part isn't very hard, but when I get to the French page, I can't transform it into a long date format with French words (i.e.:Mardi instead of Tuesday).
Is there any way to format the string with French date words instead?
© Stack Overflow or respective owner