New to Kendo UI for jQueryStart a free 30-day trial

Culture

configuration

Specifies the culture info used by the component. A valid kendo culture file must be added to the page in order for the example to work. <script src="https://kendo.cdn.telerik.com/{kendo version}/js/cultures/kendo.culture.de-DE.min.js"></script>

culture

String

Default: "en-US"

<div id="calendar"></div>
<script>
    $("#calendar").kendoCalendar({
        culture: "de-DE"
    });
</script>
Not finding the help you need?
Contact Support