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
Just as a reminder for the time this topic comes up again: In the files attached to this forum post I already did some digging in the code and found a solution (or better a potential cornerstone) for a language switch independent from cookies. Essentially this was done by moving the frontend class from the index.php to the initialize.php, making the language setting of the page ($wb->page['language']) available there. Also I had to do some other small adaptions but basically that worked fine, switched the language even with cookies disabled, doesn't needed any redirect and modules were able to react and load the correct language file.
BUT Unfortunately this solutions broke as soon as the site setting "Multilingual website" is enabled (PAGE_LANGUAGES == true) and I wasn't unable to figure out what's the reason. :-/
But possibly this could help you as a staring point for futher investigation.
Some core parts and / or functions only work if cookies are supported in the browser.
We should find a solution for this
The text was updated successfully, but these errors were encountered: