> 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/daily-rewards/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/हिन्दी

***

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

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

{% endcode %}
