# 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

- [Target](/new/shops/configuration/target) — Target Configuration
- [Adding a Shop](/new/shops/configuration/adding-a-shop) — How to Add New Shops
- [Server Exports](/new/shops/configuration/server-exports) — Exports implemented in the script
- [SQL](/new/shops/configuration/sql) — SQL file needed when automatic database creation does not work properly
- [Configuration](/new/shops/configuration) — back to the section overview
