> For the complete documentation index, see [llms.txt](https://docs.neonlines.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neonlines.de/artikel-konfigurator/weitere-funktionen/mehrsprachigkeit.md).

# Mehrsprachigkeit

Sämtliche Labels, Beschriftungen und Texte können mit übersetzt werden. Damit kann die gleiche Konfiguration in verschiedenen Sprachshops genutzt werden.

Die Übersetzung erfolgt durch die Snippets/Textbausteine.&#x20;

### Shopware 6.4

Die Textbausteine können durch den Aufruf von {{"name.des.snippets"|trans}} eingebunden werden. Parameter in den Snippets können so befüllt werden: {{ "mein.text.baustein"|trans({ '%key%': "value"}) }}

### Shopware 6.5 (ab Konfigurator-Version 1.18.18)

AB Version 1.18.18 kann eine kürze Syntax verwendet werden - Parameter sind hier allerdings nicht möglich:

<figure><img src="/files/gPDESXSiE0FjE7gwe2zA" alt="" width="279"><figcaption></figcaption></figure>

{% hint style="info" %}
Vor und nach dem Snippet kann allgemeiner Text wie Maßeinheiten oder Sonderzeichen genutzt werden, z.B. snippet(das.ist.das.label):

Es können auch mehrere Snippets in einem Textfeld genutzt werden.
{% endhint %}

{% hint style="info" %}
Auch die Angabe von textbaustein(name.des.snippets) ist möglich
{% 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.neonlines.de/artikel-konfigurator/weitere-funktionen/mehrsprachigkeit.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.
