I display some auto formatted information, mostly dates, on an ASP.NET web page.
The dates, days of the week, and months all appear to be in French or Italian (I don’t know either language, but I’m guessing it is one of those).
How do I tell my website we are in the U.S.A. and only speak Spanish here?
…oops! I meant English.
Follow Microsoft’s directions for setting the Current Culture for your application:
HOW TO: Set Current Culture Programatically (you’re probably most interested in the application wide app.config option)