messages.panes.crop.portraitString(default: "Portrait")

Defines the localization for the crop pane field.

Example

<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
    messages: {
        panes: {
            crop: {
                portrait: "Hochformat"
            }
        }
    }
});
</script>
In this article
messages.panes.crop.portrait
Not finding the help you need?
Contact Support