# Changing Language

## Available Languages

* **`pl`** - Polish/Polski
* **`en`** - English/English
* **`de`** - German/Deutsch
* **`fr`** - French/Français
* **`es`** - Spanish/Español

***

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

## Related pages

- [Required Police To Start Heist](/heists/paleto-heist/configuration/required-police-to-start-heist) — Required number of police officers to start a robbery
- [General Settings](/heists/paleto-heist/configuration/general-settings) — This section covers the core behavior of the script, including police requirements, cooldowns, and interaction methods.
- [Rewards System](/heists/paleto-heist/configuration/rewards-system) — The loot is distributed via trolleys located inside the vault. The script distinguishes between two types of rewards.
- [Gabz Mapdata Compatibility](/heists/paleto-heist/configuration/gabz-mapdata-compatibility) — To ensure the heist functions correctly and to prevent "double-spawning" or glitched objects, you must modify the Gabz map resource.
- [Configuration](/heists/paleto-heist/configuration) — back to the section overview
