messages.tableAlignRight String (default: 'Table Align Right')

The title of the tool that aligns the table.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    tableAlignRight: "Table Align Right"
  }
});
</script>
In this article