# Language Support (/docs/orbit-studios-resources/orbit-dynamichud/language-support)



# Language Support [#language-support]

`orbit-dynamichud` includes locale files in `resources/[orbit]/orbit-dynamichud/locales`.

## Available Locales [#available-locales]

| Locale  | File      |
| ------- | --------- |
| English | `en.json` |
| German  | `de.json` |
| Spanish | `es.json` |
| French  | `fr.json` |
| Swedish | `sv.json` |
| Turkish | `tr.json` |

## Set The Locale [#set-the-locale]

DynamicHUD uses `ox_lib` locale loading. Set the active locale in `server.cfg`.

```properties title="server.cfg"
setr ox:locale en
```

For Swedish:

```properties title="server.cfg"
setr ox:locale sv
```

## Edit Text [#edit-text]

Edit the matching JSON file when you want to change command names, HUD labels, onboarding text, control panel text, vehicle labels, or notification text.

```json title="resources/[orbit]/orbit-dynamichud/locales/en.json"
{
  "commands": {
    "restarthud": "restarthud"
  }
}
```

If you rename command locale values, the in-game command names change too.
