messagesObject

Allows localization of the strings that are used in the widget.

Example

<input id="timedurationpicker" />
<script>
$("#timedurationpicker").kendoTimeDurationPicker({
    columns: [ "hours", "minutes" ],
    "messages": {
        "set": "Apply"
    }
 })
</script>
In this article
messagesRelated Properties
Not finding the help you need?
Contact Support