messages.subscript String
(default: "Subscript")
The title of the tool that makes text subscript.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
subscript: "Subscript"
}
});
</script>