Syncfusion AI Assistant

How can I help you?

Globalization in Blazor SpeechToText Component

10 Oct 20252 minutes to read

Localization

The Blazor SpeechToText component can be localized to any culture by translating the text the corresponding culture. Refer to the Blazor Localization topic to localize Syncfusion® Blazor components. The following table provides the default text values for the SpeechToText component in the en-US culture.

Key Text
SpeechToText_Aborted_Error Speech recognition was aborted.
SpeechToText_AudioCapture_Error No microphone detected. Ensure your microphone is connected.
SpeechToText_Default_Error An unknown error occurred.
SpeechToText_Network_Error Network error occurred. Check your internet connection.
SpeechToText_NoSpeech_Error No speech detected. Please speak into the microphone.
SpeechToText_NotAllowed_Error Microphone access denied. Allow microphone permissions.
SpeechToText_ServiceNotAllowed_Error Speech recognition service is not allowed in this context.
SpeechToText_UnsupportedBrowser_Error The browser does not support the SpeechRecognition API.
SpeechToText_Start_AriaLabel Press to start speaking and transcribe your words
SpeechToText_Stop_AriaLabel Press to stop speaking and end transcription
SpeechToText_Start_TooltipText Start listening
SpeechToText_Stop_TooltipText Stop listening

RTL (Right-to-Left)

The Right-to-Left (RTL) feature reverses the text direction and layout of the SpeechToText component, which is essential for languages written from right to left, such as Arabic or Hebrew.

For more details on enabling RTL across Syncfusion® Blazor components, refer to the Blazor RTL documentation.