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

Culture

configuration

Specifies the culture info used by the widget.

culture

String

Default: "en-US"

<!--
    List of available cultures - https://github.com/telerik/kendo-ui-core/tree/master/src/cultures

    For more information check this help topic:
    https://docs.telerik.com/kendo-ui/framework/globalization/overview
-->

<script src="https://kendo.cdn.telerik.com/2026.3.811/js/cultures/kendo.culture.de-DE.min.js"></script>

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