messages.and String
(default: " and ")
The localization for the and
message that is displayed when several people are typing in the Chat.
<div id="chat"></div>
<script>
$("#chat").kendoChat({
messages: {
and: " custom and "
}
}).data("kendoChat");
</script>