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>