Hi there
I want to show a different image on each translated page.
For example, I want to show a Spanish shopping cart in Spanish, an English shopping cart in English, a French shopping cart in French etc.
The way I have implemented this is to add backend code that determines the language and displays the correct image accordingly
The problems occur when I try to cache these pages. The pages aren’t dynamic at all - static pages with no dynamic elements. But caching using cloudflare, comet cache or any other caching mechanism displays the same shopping cart on all translated page, regardless of the language.