messagesObject

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>
In this article
messagesRelated Properties
Not finding the help you need?
Contact Support