messages Object
Allows localization of the strings that are used in the component.
Example
<div id="chat"></div>
<script>
$("#chat").kendoChat({
messages: {
placeholder: "Type here..."
}
}).data("kendoChat");
</script>