# Changing Language

## Available Languages

* **`pl`** - Polish/Polski
* **`en`** - English/English
* **`de`** - German/Deutsch
* **`fr`**- French/Français
* **`es`** - Spanish/Español
* **`hi`** - Hindi/हिन्दी

***

```lua title="shared/config.lua"
Config.Locale = 'en'
```

## Related pages

- [Debug Prints](/new/daily-rewards/configuration/debug-prints) — Explanation of the debug configuration in the script
- [Open Commands](/new/daily-rewards/configuration/open-commands) — Explanation of the commands configuration in the script
- [Shop Link](/new/daily-rewards/configuration/shop-link) — Explanation of the shop link configuration in the script
- [Theme](/new/daily-rewards/configuration/theme) — Explanation of the color configuration in the script
- [Auto Table](/new/daily-rewards/configuration/auto-table) — Explanation of the auto table configuration in the script
- [Rewards](/new/daily-rewards/configuration/rewards) — Explanation of the rewards configuration in the script
- [Configuration](/new/daily-rewards/configuration) — back to the section overview
