Speech to text. FAQ: Languages?

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