Locales
Locales for the MDT are stored locally for easier editing and customization.
You can create a new locale file or update an existing on in: drx_mdt/web/locales
To add a new language, simply create a new locale file (e.g.
de_DE.json
for German).To update a language, edit the relevant locale file directly
Important:
After creating or modifying a locale file, make sure to set the locale
key in your drx_mdt/web/configurations/settings.json
file to match the filename (e.g. "locale": "de_DE"
).
This allows you to fully customize the language and text used throughout the MDT to suit your community.
Last updated
Was this helpful?