messages.underline String (default: "Underline")

The title of the tool that underlines text.

Example

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