# Localization

{% code overflow="wrap" %}

```lua
Config.Locales = { 'en-US', 'ro-RO', 'fr-FR', 'de-DE', 'pt-PT', 'hu-HU', 'nl-NL', 'cs-CZ', 'el-GR', 'da-DK' }
```

{% endcode %}

<pre class="language-json" data-title="nui/dist/locales/[LANGUAGE]/translation.json"><code class="lang-json">{
    "navigation": {
        "dashboard": "Dashboard",
        "incidents": "Incidents",
        "evidences": "Evidences",
        "warrants": "Warrants",
        "officers": "Officers",
        "bolos": "Bolos",
        "dispatch": "Dispatch",
        "cameras": "Cameras",
        "citizens": "Citizens",
        "vehicles": "Vehicles",
        "houses": "Houses",
        "weapons": "Weapons",
        "codes": "Codes",
        "charges": "Charges",
        "announcements": "Announcements",
        "config": "Configuration",
        "administration": "Administration",
        "exit": "Exit"

<strong>// the rest of the json file...
</strong></code></pre>
