# Localisation for translatable fields

The Localisation functionality can be used to translate text on the page to a different language for the users.

**Steps to set your default language:**

1: Click on the profile icon in the top-right corner of the app.

2: Click on the **Developer** option in the dropdown.

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

3: Click **General Settings**, then **Localisation** and type the country and language in the **Default Locale** and **Default Language** inputs.

4: Don't forget to save the changes by clicking the **Save** button in the top-right of the page.

<figure><img src="/files/6d2PCKsy6aEnK5c5A9bD" alt=""><figcaption></figcaption></figure>

**Steps to edit text on a component:** (using customer-orders and an example)

1: Click on **edit** option (the pencil) for the Customer-Orders component.

<figure><img src="/files/2qGavwOdJh6tXvjQSmn3" alt=""><figcaption></figcaption></figure>

2: Click on **Localisation** in the right panel.

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

3: The fields can be edited and labeled appropriately.

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

## Localisation is supported in the following components:

* checkout
* customer-orders
* add-to-basket-offers
* checkout-custom-fields
* customer-table
* edit-address
* invoices-table
* order-confirmation
* order-description
* orders-table
* payments-table
* redeem
* single-page-checkout
* subscription-info
* switch-offer
* switch-subscription


---

# 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.limio.com/components/component-library/legacy-configuration-components/localisation-for-translatable-fields.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.
