messages Object
Allows localization of the strings that are used in the widget.
Example
<input id="datepicker" />
<script>
$("#datepicker").kendoDatePicker({
"weekNumber": true,
"messages": {
"weekColumnHeader": "W"
}
})
</script>