# 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"
KOJA.Locale = 'en'
```

## Related pages

- [Debug Prints](/new/hud/configuration/debug-prints) — Explanation of the debug configuration in the script
- [Settings Command](/new/hud/configuration/settings-command) — Explanation of the commands configuration in the script
- [Hide Minimap](/new/hud/configuration/hide-minimap) — Explanation of the minimap configurations in the script
- [Notifications](/new/hud/configuration/notifications) — Explanation of the notify configuration in the script
- [Nitro](/new/hud/configuration/nitro) — Explanation of the nitro configuration in the script
- [Engine](/new/hud/configuration/engine) — Explanation of the engine configuration in the script
- [Configuration](/new/hud/configuration) — back to the section overview
