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