> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/de/walkthroughs/translate-a-survey.md).

# Eine Umfrage übersetzen

In diesem Durchgang sehen Sie, wie Sie von einer Sprache in eine andere übersetzen und eine mehrsprachige Umfrage erstellen.

## 🌐 Sprache hinzufügen

![](/files/7ee1f02578e094026db7fcb8fe3cd3c43dd2bf70)

Um die Mehrsprachen-Option zu aktivieren:&#x20;

1. Drücken Sie die **Sprachen** Leiste in der oberen rechten Ecke der Designer-Seite.
2. Auf der **Mehrsprachen-Modus** drücken Sie auf die **Sprachliste**  und wählen Sie die Sprache.
3. Schließen Sie den Eigenschaftsordner und wählen Sie den Sprachmodus von aus, um zu bearbeiten

{% hint style="info" %}
Jede Übersetzung muss manuell bearbeitet werden. Sie können auch die [Auto-Translate-Funktionen](/de/form-management/form-designer/multi-language-forms/auto-translation.md) verwenden, um Ihre Umfrage automatisch in eine andere Sprache zu übersetzen.
{% endhint %}

## 💬 Übersetzen

![](/files/ec9a915ef47826507fb2014ded83467a4f22db30)

Um Ihre Umfrage in eine andere Sprache zu übersetzen:

1. Wählen Sie die Sprachseite aus der **Dropdown-Liste** in der oberen rechten Ecke der Umfrageseite.
2. Geben Sie die Übersetzung für jede der Fragen und Antworten ein.

![](/files/5b633681f38d005d18b31e84f00451cc0644e82d)

Verwenden Sie die **Properties** Leiste rechts, am Ende jeder Antwortzeile, um die Eigenschaften der jeweiligen Antwort zu aktualisieren.

{% hint style="info" %}
Aktualisierte Eigenschaften sind an die ausgewählte Sprache gebunden
{% 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, and the optional `goal` query parameter:

```
GET https://docs.ngsurvey.com/de/walkthroughs/translate-a-survey.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
