> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tuturuuu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Language

> View Tuturuuu in your preferred language.

## Usage

Language helps you view everything on [Tuturuuu](https://tuturuuu.com) in your preferred language.

### Supported Languages

Currently, we provide first-class support for the following languages:

* **English**
* **Vietnamese**

### How to Change Language

[Tuturuuu](https://tuturuuu.com) will automatically detect your browser's language and set the language accordingly. If you want to change the language, you can do so by clicking on the language switcher in your profile avatar (located at the top right corner of the page).

<Note>The language switcher is only available after you have logged in.</Note>

### Contribute

If you want to help us translate [Tuturuuu](https://tuturuuu.com) into your language, feel free to open a pull request on our [GitHub repository](https://github.com/tutur3u/platform).

Each supported locale lives in a single message bundle under `apps/web/messages/`:

* `apps/web/messages/en.json` for English
* `apps/web/messages/vi.json` for Vietnamese

When you add or change a key, update it in **both** `en.json` and `vi.json` so the bundles stay in sync, then run `bun i18n:sort` to keep the keys ordered consistently before committing.
