messages.common.widthString(default: "Width:")
Defines the localization for the common field.
Example
<div id="imageEditor"></div>
<script>
$("#imageEditor").kendoImageEditor({
messages: {
common: {
width: "Breite:"
}
}
});
</script>