messages.alignLeftTopString
(default: 'Align Left Top')
The title of the tool that aligns the cell text.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
alignLeftTop: "Align Left Top"
}
});
</script>
In this article