# Localization

English is the default language for FreelanceEngine; however, the platform supports the addition and use of any language, allowing you to tailor your website to your preferred linguistic needs, regardless of your location. This feature enables you to select your desired language and modify all text within the theme accordingly.

#### Location

Navigate to: **Engine Settings → Theme Options → Translations**

#### Instructions

**Website Language**

* Select your preferred language from the provided list. The system will automatically save your selection and update the website to reflect the change.
* If your desired language is not available, you can add a new one at any time:
  1. Click **Add a New Language** to input your language.
  2. Press **Enter** on your keyboard to save.
* Note: Adding a new language requires manual translation of the site’s content.

**Translation Process**

1. From the dropdown menu, choose the language you’ve added for your website.
2. Translate the text for each field as needed.
3. Click **Save** once all translations are complete.
   * **Recommendation**: To prevent data loss, save your progress after every 20 translated strings.

**Important Note**

After selecting a language, your site may become temporarily unresponsive. To mitigate this issue, we recommend using the Firefox browser when utilizing the localization feature, as it helps prevent potential crashes.


---

# 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://enginethemes.gitbook.io/docs/freelanceengine/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.
