cultureString(default: "en-US")

Specifies the culture info used by the widget.

Example - specify German culture internationalization

<!--
    Include the culture file.
    List of available cultures - https://github.com/telerik/kendo-ui-core/tree/master/src/cultures
-->
<script src="https://kendo.cdn.telerik.com/2025.2.520/js/cultures/kendo.culture.de-DE.min.js"></script>

<input id="datepicker" />
<script>
$("#datepicker").kendoDatePicker({
    culture: "de-DE",
    value: new Date()
});
</script>
In this article
culture
Not finding the help you need?
Contact Support