Orbit StudiosOrbit Studios
Orbit Studios Resourcesorbit-dynamichud-addons

Language Support

Configure available locales for orbit-dynamichud-addons.

Language Support

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

Available Locales

LocaleFile
Englishen.json
Germande.json
Spanishes.json
Frenchfr.json
Swedishsv.json
Turkishtr.json

Set The Locale

Set the active ox_lib locale in server.cfg.

server.cfg
setr ox:locale en

For Turkish:

server.cfg
setr ox:locale tr

Edit Text

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

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

On this page