New to Telerik Reporting? Start a free 30-day trial
Localization Overview
The service renders the report with the request thread culture. By default, the request thread respects the host's default locale. For the request thread to respect the clients/browsers' preferred language settings, you should add in the configuration\system.web section of the root web.config file, the following globalization element:
CONFIG
<globalization culture="auto" uiCulture="auto" />
Then the user agent's (the browser's) preferred language will be used as the culture.