Hi Carolyn,
I believe this already exists as of 7.6.1. You can create additional "default.license" files for each language like:
- default_fr.license (French version)
- default_de.license (German version)
- default.license (Default version, which will be used if no language matches)
Then update your supported locales in this setting to list all languages you want to support:
webui.supported.locales = en, fr, de
That setup should give German and French language files alongside the default English one.
Tim