messages.fileButtonString
(default: "Attach file")
The title and aria-label for the file attachment button.
Example
<div id="chat"></div>
<script>
$("#chat").kendoChat({
messages: {
fileButton: "Upload file"
},
authorId: "user",
fileAttachment: true
});
</script>
In this article