# End-user Localization

Jet's localization settings allow you to manage time zone discrepancies between the input and displayed values. This feature proves beneficial when dealing with users in multiple time zones, as they can operate with dates and times based on a chosen time zone while maintaining the original time zone of the values (such as UTC).

### Setting up the language

#### Step 1: Go to App Settings

Inside the app builder, use the menu on the left to navigate to **App Setting**.

<figure><img src="/files/joOCY02ycHCg8VSvTf6y" alt=""><figcaption></figcaption></figure>

In the menu on the right, in the **Appearance** section (the first one, which opens up by default), **scroll down** to the bottom to get to the **Language & Region** section.

<figure><img src="/files/zcDUS576tVGUfqDQCuC6" alt=""><figcaption></figcaption></figure>

![](/files/uFrn7z757pMb7OAJRFD4)

{% hint style="warning" %}
If **your language is not on the list**, reach out to our support (bottom left corner in the app) to request adding your language. You can submit new localizations or edits to the existing ones on our [GitHub](https://github.com/jet-admin/jet-localization).
{% endhint %}

#### Step 2: Pick the language that you want to set as the default language for your app and save the changes

Once you save the changes, all the users who sign up/log in into the app (in the user mode) will see the localized version.

**List of supported languages:**

* English
* Danish
* French
* Hungarian
* Italian
* Japanese
* Portugese (Brazil)
* Portugese (Portugal)
* Spanish

### Setting up the time zone

#### Step 1: Go to App Settings

Inside the app builder, use the menu on the left to navigate to **App Settings**.

<figure><img src="/files/joOCY02ycHCg8VSvTf6y" alt=""><figcaption></figcaption></figure>

In the menu on the right, in the **Appearance** section (the first one, which opens up by default), **scroll down** to the bottom to get to the **Language & Region** section.

<figure><img src="/files/zcDUS576tVGUfqDQCuC6" alt=""><figcaption></figcaption></figure>

<img src="/files/lDkhDFvASa3kq0Xhx9tX" alt="" data-size="original">

#### Step 2: Pick the timezone of your choice

Once you save the changes, all the users who sign up/log in into the app (in the user mode) will see the localized version.


---

# 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.jetadmin.io/user-guide/localization/end-user-localization.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.
