messages.justifyRight String (default: "Align text right")

The title of the tool that aligns text on the right.

Example

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