Orbit StudiosOrbit Studios
Orbit Studios Resourcesorbit-dynamichud

Language Support

Configure available locales for orbit-dynamichud.

Language Support

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

Available Locales

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

Set The Locale

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

server.cfg
setr ox:locale en

For Swedish:

server.cfg
setr ox:locale sv

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.

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

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

On this page