# Supported languages

Flowriter supports generating content in a number of languages, and the Flowriter app user interface can be displayed in a limited number of languages.

## Set languages

Set your preferred languages in the **Account / Profile & Settings** menu. On the popup, select the **Languages** tab:

<figure><img src="https://619360366-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvFE09GWUQiR5kjeutlr2%2Fuploads%2FNv2QF5d9bCScQtsFfEYC%2FScreenshot%202025-01-11%20at%2015.04.11.png?alt=media&#x26;token=f2d02f7d-3547-4c44-a9ba-bad41a26a566" alt=""><figcaption></figcaption></figure>

## Content generation languages

Flowriter can automatically generate content in a variety of languages:

* 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)

### Supported languages

```ini
عربي (Arabic)
Português (Portuguese)
Hrvatski (Croatian)
Dansk (Danish)
Deutsch (German)
Nederlands (Dutch)
English
Español (Spanish)
Suomalainen (Finnish)
Français (French)
Ελληνικά (Greek)
עִברִית (Hebrew)
हिंदी (Hindi)
Bahasa Indonesia (Indonesian)
Italiano (Italian)
日本語 (Japanese)
Latviešu (Latvian)
Lithuanian
norsk (Norwegian)
Polski (Polish)
Українська (Ukrainian)
한국어 (Korean)
svenska (Swedish)
Srpski (Serbian)
Slovenščina (Slovenian)
แบบไทย (Thai)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
普通话 Chinese - Simplified
```

{% hint style="warning" %}
While RTL languages such as Arabic and Hebrew are supported for content generation, the Flowriter user interface does not currently support RTL layout
{% 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 %}

## App user interface language

The Flowriter web app user interface can be displayed in a limited number of languages:

```
English
Deutsch (German)
Español Castellano (Spanish)
Français (French)
Italiano (Italian)
日本語 (Japanese)
中文 (Chinese - Simplified)
```

{% hint style="warning" %}
All options except English are "beta" and may contain inaccuracies
{% endhint %}


---

# 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/getting-started/supported-languages.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.
