messages Object
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>