messages.justifyFull String (default: "Justify")

The title of the tool that justifies text both left and right.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    justifyFull: "Justify"
  }
});
</script>
In this article