I’ve been searching the web for hours but i can’t find a good solution to my problem.
We currently have 7 webshops working in a multi-store setup all in the dutch language.
Now we want to add english to every site and we want customers to be automatically redirected to the correct language. (Broswer Language or GeoIP whatever would be a good solution).
Now i have found solutions for multi-language on a single-store setup but not for a multi-store setup.
How could i do this? This would be some very tricky .HTACCES?
Should i use store codes?
Could someone direct me a little into the right direction? I’m able to find out how stuff works but what would be the best way of doing this.
It depends if you are performing a website redirect, for muti-currency checkout or for other reasons, Magento is hardcoded to not allow this. GeoIP redirects are complex, you need fallback scenarios, potentially handle store specific urls, not to affect search engines, provide manual visitor override, and language/country meta tags. If you try and code this you hit issues all over, we have implemented coded solutions but due to how Magento works were not stable so we reverted to alternative methods which are stable.