messages.toolbar.redoString(default: "Redo")

Defines the localization tool.

Example

<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
    messages: {
        toolbar: {
            redo: "Gör om"
        }
    }
});
</script>
In this article
messages.toolbar.redo
Not finding the help you need?
Contact Support