globalization (how to enforce en-US)
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I have a question / problem with a web application (.NET 2.0). I want to force the culture to be en-US. Adding the
globalization fileEncoding="utf-8" requestEncoding="utf-8" responseEncoding="utf-8" culture="en-US" uiCulture="en-US"
in web.config did not solve the problem. I have a date time validation and if my culure is German it does not correctly validate the dates. Any ideas or links are appreciated. Thank you,