messagesObject

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

Example

<div id="daterangepicker"></div>
<script>
$("#daterangepicker").kendoDateRangePicker({
    "messages": {
        "startLabel": "The Start",
        "endLabel": "The End"
    }
 })
</script>
In this article
messagesRelated Properties
Not finding the help you need?
Contact Support