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



# Language Support [#language-support]

`orbit-dynamichud-addons` includes locale files in `resources/[orbit]/orbit-dynamichud-addons/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]

Set the active `ox_lib` locale in `server.cfg`.

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

For Turkish:

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

## Edit Text [#edit-text]

Edit the matching JSON file to change seatbelt, cruise-control, keybind, success, and error messages.

```json title="resources/[orbit]/orbit-dynamichud-addons/locales/en.json"
{
  "actions": {
    "toggle_cruise_control": "Toggle Cruise Control"
  }
}
```
