messages.alignRightMiddle String
(default: 'Align Right Middle')
The title of the tool that aligns the cell text.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
alignRightMiddle: "Align Right Middle"
}
});
</script>