messages.alignmentString(default: 'Alignment')

The title of the tool that aligns the cell text.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    alignment: "Alignment"
  }
});
</script>
In this article
messages.alignment
Not finding the help you need?
Contact Support