Language Switcher |
Hooks are still around, just called Events. So you can probably adapt the way you did it previously there.
However, it might be better to use Controller Filters. You could detect the language in the filter and set it in the session, etc before every page load if you do that globally. |
Messages In This Thread |
Language Switcher - by tebogosebake - 09-11-2019, 05:25 AM
RE: Language Switcher - by php_rocs - 09-11-2019, 09:21 AM
RE: Language Switcher - by kilishan - 09-11-2019, 09:42 AM
|