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