You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a certificate is generated and displayed inside Moodle, the multilang filter works as expected. The language shown respects Moodle’s usual hierarchy:
Forced certificate language (if defined in certificate settings)
Course forced language (if set)
User preferred language
Site default language
However, when the certificate is sent by email, this hierarchy is not respected. Instead, the email content always uses the site default language, regardless of the course language or user preference.