messages.alignLeftMiddle String (default: 'Align Left Middle')

The title of the tool that aligns the cell text.

Example

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