Hi,
i'm currently working on a multilingual website(french, german, english) and using the modules translatable and languageprefix.
The page have some secured pages, when the user is not logged in the LoginForm comes with the Url: "DOMAIN/Security/login?BackURL=%2Fthe_page%2F.
But the login form ignores the current language and shows always up with the default language(german). The same problem with just /Security/login.
How can I set the language of Security-Controller dynamically?
I already googled and found similiar questions but no helpful hints.
Thank you in advance.
devOp1