# Change a Story's language

Flowriter can automatically generate content in a [variety of languages](/flowriter/getting-started/supported-languages.md):

* Story titles inside in Epic
* Step text and notes inside a Story flowchart
* Acceptance Criteria inside a Story
* Comments in Test Scripts inside a Story (test script source code is generated in Javascript)

In the Story, click the **Story settings** button on the toolbar:

<figure><img src="/files/KHS81Be9CFPKwO9RPP76" alt="" width="563"><figcaption></figcaption></figure>

On the popup, update the content generation language:

<figure><img src="/files/eknWPTf0PmBr7ceEp2ms" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="warning" %}
This will not modify any other part of the Story including the flowchart and any existing generated content. \
\
You can re-generate content in the new language if required using the **Generate** button after saving the Story settings.
{% endhint %}

{% hint style="info" %}
If you re-generate a Story's content after changing the language, the flowchart steps and notes (and the User Journeys that are extracted from it) remain in the original language they were written in.
{% endhint %}

{% hint style="info" %}
If you manually create a Story flowchart in one language, you can generate the User Story content such as Acceptance Criteria and Test Script comments in a different language.&#x20;

Flowriter will handle the translation for you.

For example, if you create a flowchart with `English` text and set that Story's language to `norsk (Norwegian)` Flowriter will retain the flowchart (and User Journeys) in `English` and generate Acceptance Criteria and Test Script comments in `norsk (Norwegian)`.

This might be useful if you need to generate documentation that targets different audiences.
{% endhint %}

See: [Supported languages](/flowriter/getting-started/supported-languages.md) for more information.


---

# Agent Instructions: 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://candesce.gitbook.io/flowriter/user-stories/change-a-storys-language.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.
