To set up a multi language site with the language selector in the header, you need to do the following:
- Set up a DarkLang config with the languages you want released:
- Enable the header language selector through
SiteConfiguration
:
{"SHOW_HEADER_LANGUAGE_SELECTOR":true}
- That’s it, you should see it below the page’s header on LMS and Studio (if the language selector section was not removed with theme overrides).
This is not the best way of having a multi-language site, since courses content and metadata don’t have intl support, but it’s an option for small instances.