search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

International languages?

Asked by Carlos
12 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!

Answer posted by Dan Letecky [DayPilot]
11 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" />

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.