Basic Configuration
These settings establish your widget’s name, language and translation behavior.

Widget Name
Enter a descriptive name to help you manage multiple widgets across different sites.
Default Language
Choose the primary language for the widget interface. Visitors will see this language until they switch manually.
Translation Settings
-
Enable Translation
Turn on AI-powered translation to instantly convert page content into the selected language. -
Use Accept-Language Header
Automatically detect and apply the visitor’s browser language preferences.
<script
src="https://cdn.accessiblykit.com/widget.bundle.js"
data-widget-id="YOUR_WIDGET_ID"
data-language="en"
data-enable-translation="true"
data-use-accept-language="true"
></script>