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

The language for speech recognition (BCP 47 language tag).

Example

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    speechToText: {
        lang: "es-ES"
    },
    authorId: "user"
});
</script>
In this article
speechToText.lang
Not finding the help you need?
Contact Support