Speech to text. FAQ: Languages?

Nice feature: Blazor speech to text button component
Which language service is used and are (how) non US-English supported?
Thanks!

Hi @1409,

RadzenTextToSpeechButton uses the browser API for speech recognition. Everything depends entirely on your browser's capabilities. You can set a target language via the Language attribute:

<RadzenTextToSpeechButton Language="es-ES" />
1 Like