FleetbaseFleetbase

Internationalization

Switch the console UI language using the locale selector in the top navigation bar.

Internationalization

The Fleetbase Console is available in multiple languages. Users can switch their language at any time using the locale selector in the top navigation bar. The selection is saved to the user's account and applies immediately without a page reload.

Switching Language

Click the globe icon in the right side of the top navigation bar to open the locale selector.

Locale selector dropdown — language list with flag emojis and checkmark on the active locale

A dropdown lists all available languages with their country flag emoji. The currently active locale has a green checkmark next to it. Click any language to switch immediately.

The preference is persisted to your user account on the server, so the same language applies the next time you log in on any device.

Available Languages

LanguageLocale code
Englishen-us
Arabicar-ae
Bulgarianbg-bg
Spanish (Spain)es-es
Spanish (Mexico)es-mx
Persianfa-ir
Frenchfr-fr
Mongolianmn-mn
Portuguese (Brazil)pt-br
Russianru-ru
Uzbekuz-uz
Vietnamesevi-vn
Chinese (Simplified)zh-cn

Adding or Extending Languages

Translation files live in the translations/ directory of the console application, one YAML file per locale (e.g. en-us.yaml). Extension packages include their own translation keys in their own translations/ directories, which are merged at build time.

To add a new locale or override existing strings, add or edit the corresponding YAML file and rebuild the console. Keys follow a dot-notation path structure (e.g. console.notifications.mark-as-read).

Internationalization | Fleetbase