> For the complete documentation index, see [llms.txt](https://docs.8select.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.8select.io/integration/widgets/internationalization.md).

# Internationalization

All our widgets have some static text elements. Those elements are fully configurable like the rest of the layout.

We can dynamically change the language of those elements based on the language the shop is currently using.&#x20;

As of now there is no way to configure the language the SDK should use, but it is on our roadmap.

For now our team will add custom code to your tenant's configuration to match the widget language to the shop language. Just reach out to your account manager!

{% hint style="info" %}
The 8SELECT integration team will adjust the widget texts for all languages your shop supports. ❤️&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.8select.io/integration/widgets/internationalization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
