Skip to main content

Supported Languages

A11yCore is fully localized. The widget interface and its announcements automatically adapt to the user's browser language or the site's defined language.

Auto-Detection

By default, A11yCore detects the language in the following order:

  1. Thelangattribute on the<html>tag.
  2. The user's browser language preference.
  3. Default fallback to English (`en`).

Manual Configuration

You can force a specific language by setting the `lang` option in your initialization config:

window.A11yCoreConfig = {
  lang: 'fr' // Force French
};

Available Languages

English
English
en
Spanish
Español
es
French
Français
fr
German
Deutsch
de
Italian
Italiano
it
Portuguese
Português
pt
Dutch
Nederlands
nl
Japanese
日本語
ja
Chinese
中文
zh

Note on Partial Translation

Beyond the interface languages listed above, A11yCore'sLanguage Partsfeature supports20+ languagesfor detecting and labeling specific content sections (WCAG 3.1.2).

RTL Support

A11yCore automatically injects correctly configureddir="rtl"attributes for Arabic, Hebrew, and other right-to-left languages when detected.