Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6209217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:56:39+00:00 2026-05-24T05:56:39+00:00

Does anybody know how to convert a DateTime from English to Spanish? E.g convert:

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T05:56:40+00:00Added an answer on May 24, 2026 at 5:56 am

    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

        Dim TheDate As DateTime = DateTime.Parse("January 01 2011")
    Thread.CurrentThread.CurrentCulture = New CultureInfo("es-ES")
    MsgBox(TheDate.ToLongDateString)
    

    or c#

    DateTime TheDate = DateTime.Parse("January 01 2011");
    Thread.CurrentThread.CurrentCulture = new CultureInfo("es-ES");
    Interaction.MsgBox(TheDate.ToLongDateString());
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

does anybody know how to convert any kind of video format into flv using
Does anybody know of a function to convert the EXCEPTION_POINTERS structure returned from GetExceptionInformation()
Using .NET's Office interop libraries, does anybody know the best way to convert back
Does anybody know how to get thumbnail (still image) from 3gb video file? First
Does anybody know what the C# equivalent of fmod is? I'm trying to convert
Does anybody know how I can convert html to plain text with Ruby. Well
Does anybody know of any good libraries to convert a flat file to Java
Does anybody know what SAS format is needed in order to convert this string
Does anybody know any good resources for learning how to program CIL with in-depth
Does anybody know a technique to discover memory leaks caused by smart pointers? I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.