> For the complete documentation index, see [llms.txt](https://docs.kojascripts.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kojascripts.eu/new/skills/configuration/changing-language.md).

# Changing Language

## Available Languages

* **`pl`** - Polish/Polski
* **`en`** - English/English
* **`de`** - German/Deutsch
* **`fr`**- French/Français
* **`es`** - Spanish/Español
* `hi` - Hindi / हिन्दी
* `ja` - Japanese / 日本語
* `ru` - Russian / Русский<br>
* `zh` - Chinese / 中文

***

{% code title="shared/config.lua" %}

```lua
Config.Locale = 'en'
```

{% endcode %}
