> For the complete documentation index, see [llms.txt](https://docs.novacura.com/flow-connect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/flow-connect/reference/how-to-guides/translate-applications.md).

# Translate applications

Flow Connect supports translating your application packages, applications, and components into multiple languages. Translation work happens on two surfaces:

* **Application metadata** — names and descriptions for application packages and applications — is translated in the **Hub**.
* **Application content** — the user-facing text inside Applications, Components, and Portal Pages — is translated in **Designer** using Phrasebooks.

## Application metadata

In the Hub, open the application settings screen from the context menu.

The application’s name and description will be used as the default if no translation is available for the client’s language.

<div align="left"><figure><img src="/files/ZQiNJhZZYaIb9XoXtm1p" alt=""><figcaption></figcaption></figure></div>

To translate the application’s name and description into other languages, use the translations icon and add translations for the organization’s languages.

<div align="left"><figure><img src="/files/rkcwalJ3y8UQ7v7ybfbY" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
Application metadata—such as icon, color, and translations—will be updated each time an application in the package is deployed.
{% endhint %}

## Application content

User-facing text inside Applications, Components, and Portal Pages is translated using **Phrasebooks**. A Phrasebook can be **local** to a single Application or Component, or it can be a shared **Phrasebook asset** that is enabled by any Application, Component, or Portal Page that needs the same translations.

For the full reference — including ICU Message Format, parameterized phrases, pluralization, and how to create, version, and enable Phrasebook assets — see [Translations](/flow-connect/working-with-connect/create-and-design/phrasebooks.md).


---

# 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.novacura.com/flow-connect/reference/how-to-guides/translate-applications.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.
