messages.justifyCenter String (default: "Center text")

The title of the tool that aligns text in the center.

Example

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