messages.strikethrough String (default: "Strikethrough")

The title of the tool that strikes through text.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    strikethrough: "Strikethrough"
  }
});
</script>
In this article