speechToTextButton.langString(default: "en-US")

Sets the language for speech recognition. Use standard language codes.

Example

<div id="promptbox"></div>
<script>
$("#promptbox").kendoPromptBox({
    speechToTextButton: {
        lang: "es-ES"
    },
    placeholder: "Habla en espanol..."
});
</script>
In this article
speechToTextButton.lang
Not finding the help you need?
Contact Support