diff --git a/controls/speechtotextbutton/accessibility-and-internationalization/internationalization.md b/controls/speechtotextbutton/accessibility-and-internationalization/internationalization.md new file mode 100644 index 000000000..5a4d8e0dd --- /dev/null +++ b/controls/speechtotextbutton/accessibility-and-internationalization/internationalization.md @@ -0,0 +1,22 @@ +--- +title: Internationalization +page_title: SpeechToTextButton Internationalization +description: "Internationalization of the Telerik WebForms SpeechToTextButton component." +slug: speechtotextbutton/accessibility/internationalization +tags: internationalization +position: 1 +--- + +# Internationalization + +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 + + + +```` + +The available Messages can be found in the [Server Properties article]({%slug speechtotextbutton/server-side-programming/properties#messages%}). \ No newline at end of file diff --git a/controls/speechtotextbutton/accessibility-and-internationalization/overview.md b/controls/speechtotextbutton/accessibility-and-internationalization/overview.md new file mode 100644 index 000000000..61f993509 --- /dev/null +++ b/controls/speechtotextbutton/accessibility-and-internationalization/overview.md @@ -0,0 +1,56 @@ +--- +title: Overview +page_title: SpeechToTextButton Accessibility +description: Get started with the WebForms SpeechToTextButton and learn about its accessibility support for WAI-ARIA, Section 508, and WCAG 2.2. +slug: speechtotextbutton/accessibility/overview +position: 0 +--- + +# SpeechToTextButton Accessibility + +The SpeechToTextButton is accessible by screen readers and provides WAI-ARIA, Section 508, WCAG 2.2, and keyboard support. + +Out of the box, the WebForms SpeechToTextButton provides extensive accessibility support and enables users with disabilities to acquire complete control over its features. + +The SpeechToTextButton is compliant with the [Web Content Accessibility Guidelines (WCAG) 2.2 AAA](https://www.w3.org/TR/WCAG22/) standards and [Section 508](https://www.section508.gov/) requirements, follows the [Web Accessibility Initiative - Accessible Rich Internet Applications (WAI-ARIA)](https://www.w3.org/WAI/ARIA/apg/) best practices for implementing the [keyboard navigation](#keyboard-navigation) for its `component` role, provides options for managing its focus and is tested against the most popular screen readers. + +## WAI-ARIA + +This section lists the selectors, attributes, and behavior patterns supported by the component and its composite elements, if any. + +| Selector | Attribute | Usage | +| ----------------------------------- | ---------------------------------- | ----------------------------------------------------------------------------- | +| `.k-button.k-speech-to-text-button` | `role=button` or `nodeName=button` | If the used element is not `