Date localization

C

chak

If i set the Regional settings on my PC to UK, and use a date validator
control on an ASP.NET page, would it sense automatically that my preferred
Culture is en-GB, and validate for date in DD/MM/YY format ?
 
H

Henri

If it's your PC that serves the ASP.NET pages, yes, it should use the en-GB
culture automatically.

Henri
 
R

Roman

Henri said:
If it's your PC that serves the ASP.NET pages, yes, it should use the
en-GB
culture automatically.


How would you get the date validator to use the culture of the user who
requested the page?
 

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

Top