> 
> On 9/12/06, Yves Zoundi <[EMAIL PROTECTED]> wrote:
> 
> > ...If you have any ideas please let me know...

I just think it works for you: you do think it doesn't because you cannot 
switch between language in your browser due to browser cache, right? In real 
live, that doesn't matter, because somebody in fr will get it al the time in 
fr, and somebody in en all the time in en....

> 
> Specifiying the locale in the URL path would certainly work 
> around this problem.
> 
> Even though URL purists (understandably) hate them, URLs like
> 
>   fr/yourpage
>   en/yourpage
> 
> seem like the safest option with today's browsers.

It is not only about browsers when you have high traffic live sites. with 
caching on several levels: If you use squid or mod_cache, you might configure 
caching according the language settings (though I don't know how), but 
normally, when you cache in mod_cache or squid, you cache based on the url (inl 
request params ofcourse). This implies, that the first browser with a hit fills 
the cache according to that language, serving the same pages to other browsers. 
If you come with a solution that you *can* specify mod_cache to cache according 
language settings, I will reply that you then still have the problem that 
*many* persons these days are within companies having there own proxy, you 
certainly don't control :-) 

So those evangalists hating /fr/foo, well....whatever :-) 

Regards Ard

> 
> -Bertrand
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to