Does anybody know how to convert a DateTime from English to Spanish?
E.g convert:
Monday, January 01, 2011
into
Lunes, Enero 01, 2011 ???
Thanks in advance.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yyou can use CultureInfo to do this, if you set the current culture in the running thread the date will format in the correct culture
http://msdn.microsoft.com/en-us/library/5hh873ya.aspx
in vb.net
or c#