messages.alignRightTop String (default: 'Align Right Top')

The title of the tool that aligns the cell text.

Example

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