My question is exactly I stated in the title. My scenario is when I in login page, I can select any language. once I selected that, then I send reset password email which is using the language I selected earlier. Say, if I select Deutch language and send reset password email, I will get an email in Deutch language. however, I found out that the language has been selected isn’t persistent when you clicked reset password link. some times, it is Deutch and sometimes, it is in English. I want some persistent outcome.
At first, I thought that adding kc_locale in reset password link as query param would be enough. But then I see that if the link being clicked, it will do some redirect and those query param is gone. So, any way for me to make this persistent based on what language we received in the email?