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>