Hello everyone. Two questions regarding the multilingual features.
-
Is it possible to store chosen language somwhere in session and when the user comes back force Kirby to show the page in the stored language?
-
I have multiple aliases for the same site in local domains, for example, mydomain.lv, mydomain.ru, etc. Is it possible to dynamically set the default language? I want to set English as default on .com, and Russian on .ru. I read about the default Language in config. But I need to detect the domain and then set the default language via PHP.