messages.printString(default: 'Print')

The title of the Print tool.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    print: "Print"
  }
});
</script>
In this article
messages.print
Not finding the help you need?
Contact Support