I have Magento website with 3 store views and for each store view own language. A store view code is displayed in url and default store is english. www.example.com/ english www.example.com/en/ english www.example.com/de/ german www.example.com/fr/ france
The problem is that Magento will remember my language choice. If I click to German language (www.example.com/de/), the next time I will visit www.example.com language will be german as default because magento remembered it. This could be problematic because google will also get the same logic. And let's say if google crawled yesterday www.example.com/fr/, tomorrow will get displayed france language in www.example.com.
Is any simple way to avoid that?