How Multi-Language Magento store work with Varnish. Is there any configuration available in varnish,so we can create cache base on cookies?
Add Following lines in Varnish Config,
if(beresp.http.Set-Cookie) { return (hit_for_pass); }