International languages? Asked by Carlos14 years ago. Hi, does the control renders with the language that the culture of the browser contains? i.e. the month and days in English when the browser language feature is in English or Spanish if the browser language is Spanish. Thanks! asp.net
Answer posted by Dan Letecky [DayPilot]13 years ago. The controls use the current culture set on the server. You can use the following web.config settings to have the server use the browser language automatically: <configuration> <system.web> <globalization culture="auto" uiCulture="auto" />