How to get local langauge setting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I'd like to get the local language setting used to interpret the date string
in Excel, anyone has an idea?

Thanks in advance
 
Look at the CultureInfo.CurrentCulture.DateTimeFormat object. This has a
bunch of properties that have the format strings that are the short date
format, long date format, and so on that are the local language settins.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top