New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Internationalization
Updated on Oct 27, 2025
The SpeechToTextButton supports Internationalization by its Messages collection. The collection consists of text messages, used as aria-labels by the control. Users can use this option to customize or localize the messages.
Example
ASP.NET
<telerik:RadSpeechToTextButton runat="server" ID="RadSpeechToTextButton1">
<Messages NotInitialized="Not Initializaed yet" Start="Started" Stop="Stopped" Unsupported="This is not supported" />
</telerik:RadSpeechToTextButton>
The available Messages can be found in the Server Properties article.