ASP.NET Globalization on Window 2003

  • Thread starter Thread starter Arie
  • Start date Start date
A

Arie

We have followed the globalization guidelines to implement ASP.NET
application on .NET Framework 1.1. When we published this application on US
XP machine with Spanish MUI, all the Date/Time columns on data bound grid
were displayed correctly with Spanish locale (dd/MM/yyyy HH:mm:ss). However,
when we published this same application on US Window 2003 machine with
Spanish MUI, the Date/Time columns on the data bound grid were still in US
format (MM/dd/yyyy hh:mm:ss tt). Please help. Thanks.
 
Back
Top