easyadmin April 10, 2014 at 09:09 / #10740 Use “window.location.href” to get the current URL, cut out the language part (url = window.location.href.split(“/”);«) and then redirect to that language. Regards