Hi,
How can I change/set the language for the default password reset e-mail? The one that is sent by HandleForgotPassword in /wrd/lib/internal/auth/webdesignplugin.whlib? Trying to send it in English but it keeps being Dutch.
Checked `GetTidLanguage()` right before `QueueMailInWork`, it's "nl". Not sure whether this matters, because calling `SetTidLanguage("en");` at that place doesn't help.
The <html lang> is "en" and I've called `SetTidLanguage("en");` in the constructor of the main webdesign object. Also set `this->languagecode := "en";`. "Normal" getTids in my code work fine.
Since I'm using a `routerfunction="...#LoginRouter"`, also checked `webdesign->GetWRDAuthPlugin()`, it has "en" as languagecode.
Not sure if it matters but when aborting `this->PrepareAuthPageMail` in webdesignplugin.whlib , I can see that __webcontext.languagecode is "en".
So it all seems like it's set to "en", but the (gettids from the) mail and subject are in Dutch.