messages.alignRemove String (default: 'Remove Alignment')

The title of the tool that removes the cell text's alignment.

Example

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