locked
Date time format for different languages RRS feed

  • Question

  • User-1202751962 posted
    My project is multilingual .Therefore,I can select any language and get output in desired language.But I am facing problem in one of my page when I try to translate Language to Italian.
    Can I get a list of DateTime format for different languages.Please give me a solution or link which I can refer.
    Thursday, September 22, 2005 2:11 AM

All replies

  • User1416329745 posted
    Try the link below for the .NET Calendar class Italian is not there but that may be because Italy uses standard European Calendar.  Hope this helps.

    http://authors.aspalliance.com/aspxtreme/sys/globalization/calendarclass.aspx
    Thursday, September 22, 2005 11:08 PM
  • User1606391904 posted
    This might help

    Morning Afternoon Short date System software
    1:02 AM 1:02 PM 2/1/90 United States
    1:02 13:02 02/01/90 Canadian French
    1:02 AM 1:02 PM 90.01.02 Chinese
    1:02 13:02 02-01-1990 Dutch
    1:02 Uhr 13:02 Uhr 2.1.1990 German
    1:02 13:02 2-01-1990 Italian
    01.02 13.02 90-02-01 Swedish

    Friday, September 23, 2005 2:36 AM
  • User-595163800 posted

    Man, your post is confusing.  How in the world is your project multlingual?  Do you mean you want it to be multilingual and don't know how to do it, or what?  If your project was truly multilingual wouldn't you be using some of the built-in globalization and localization routines available that automatically change format of dates / times to their proper format?

    Please, explain what you are really after.  A hard-coded solution using various formatting masks is not the answer to providing localized dates and times.

    Sunday, September 25, 2005 5:29 PM