messages.formatting String
(default: "Format")
The title of the tool that lets users choose block formats.
Example
<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
messages: {
formatting: "Format"
}
});
</script>