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!
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" />