Telerik DatePicker for ASP.NET MVC globalization

DatePicker can be globalized using Globalization(...) of the ScriptRegistrar component. Here is a code snippet showing how to turn on the component's globalization:

<% Html.Telerik().ScriptRegistrar().Globalization(true); %>

The ScriptRegistrar will register $.telerik.cultureInfo object with globalized values, which will override the predefined cultureInfo object on the client.