Hi, the new multisite feature looks awesome, though still getting used to it coming from old translate.
I noticed the default site picker changes the locale but always redirects to the homepage of that locale. Before, I’d use the following code to change the locale but still staying in the same page where the language picker was used:
<p>
Switch language to:
<a href="#" data-request="onSwitchLocale" data-request-data="locale: 'en'">English</a>,
<a href="#" data-request="onSwitchLocale" data-request-data="locale: 'es'">Español</a>
</p>
I’d like to know how to do that now.
Thanks!