# Languages

Tacview is natively offered in English or French. Other languages are supported by community members via localization files found on [GitHub](https://github.com/Vyrtuoz/Tacview/tree/master/Localization).

If you wish to improve a translation or add a currently unsupported language, thanks in advance from the Tacview team and the community! Follow the steps below.

1. Sign up for a [GitHub account](https://github.com/) if you don’t have one already:
2. [Ask the Tacview team](mailto:support@tacview.net) to grant you write access to the Tacview repository.
3. Download GitHub Desktop Application: <https://desktop.github.com/download/>
4. Clone the repository

![Clone the Repository Step 1](/files/DVbu8nRUZDmJPVhVQ0iy)

![Clone the Repository Step 2](/files/BVT81stvhlWsecD2sIlL)

5. Find the localization files at `%USERPROFILE%\Documents\GitHub\Tacview\Localization\`and make the desired changes in a text editor.
6. Review your changes in GitHub and click `Commit to master`.

![Commit Changes](/files/4BRpk8MmOW9NR39KbsfX)

7. Last step! Push the changes:

![Push Changes](/files/m6x5PoU7fVTyQUjVm8Ld)

It's done! You can now see your changes on the [public repository](https://github.com/Vyrtuoz/Tacview/tree/master/Localization)

You'll see them in Tacview after the next beta or stable version is published.

Thanks again for your time and effort!


---

# 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://raia-software-inc.gitbook.io/tacview/customization/languages.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.
