messages.alignCenterString(default: 'Align Center')

The title of the tool that aligns the cell text.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({

  messages: {
    alignCenter: "Align Center"
  }
});
</script>
In this article
messages.alignCenter
Not finding the help you need?
Contact Support