messages Object
Provides configuration options for the messages present in the Captcha widget.
Example
<input id="captcha" />
<script>
$("#captcha").kendoCaptcha({
handler: "https://demos.telerik.com/kendo-ui/captcha/reset",
messages: {
reset: "Reset captcha",
audio: "Speak Captcha",
imageAlt: "Type the Captcha code from the image",
success: "Verification successful"
}
});
</script>