messages.weekColumnHeader String
(default: "")
Allows customization of the week column header text. Set the value to make the widget compliant with web accessibility standards.
Example
<div id="multiViewCalendar"></div>
<script>
$("#multiViewCalendar").kendoMultiViewCalendar({
"weekNumber": true,
"messages": {
"weekColumnHeader": "W"
}
})
</script>