I’d wager most people do not know it’s even a possibility. As for myself, if it’s not my browser I won’t change such settings even if it’s easy.
It’s fine as long as I provide the urls for each locale in the header. Query parameters should absolutely not be used for locale switching. Your own link from google in your next post makes it clear. Whether it’s the domain which changes or the path is not important (but not query params), as long as the localised links are provided.
Back to the topic, I’m still using my 3rd option and have thus one scope per locale. My problem is that to make it work I had to define one pipeline per locale, as I don’t know how to pass arguments/options to pipes I put in the pipe_through… Is there a way?
E.g. instead of pipe_through [:browser_locale_fr], pipe_through [:browser_locale_es], …, I’d like to have one pipeline and pass it the locale pipe_through [:browser_locale ??? "fr" ???].






















