messages.toolbar.resizeString(default: "Resize")

Defines the localization tool.

Example

<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
    messages: {
        toolbar: {
            resize: "Größe ändern"
        }
    }
});
</script>
In this article
messages.toolbar.resize
Not finding the help you need?
Contact Support