messages.tableAlignLeft String (default: 'Table Align Left')

The title of the tool that aligns the table.

Example

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