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.
 
Back
Top