B
Ben
Has anyone done this on their site?
I'm trying to support a french version of a p3p policy.
http://www.w3.org/TR/P3P/#multiple suggests this should be easy, but
I've now added xml:lang="fr" to all the elements it listed AND return
the Content-Language header "fr" AND set up my language preference with
French on top and I'm still getting alot of English. I see some
French, complete with correct accent marks (this is text that it's
pulling out of the backend policy) but mostly what I see is in english.
That stuff (90+% of the policy), I assume it is generating from the
compact policy. There was actually a time when I got rid of the whole
compact policy and I still saw this content, and in english, but that
doesn't make a lot of sense and may have been a caching issue. Is
there anything to put on compact policies themselves so the browser
knows to generate content in a particular language from it? Haven't
had success googling for that.
I've been watching the requests with ieHTTPHeaders, everything makes
sense, the Content-Language header is definitely coming back as "fr".
I just don't know where to go on this anymore.
I'm trying to support a french version of a p3p policy.
http://www.w3.org/TR/P3P/#multiple suggests this should be easy, but
I've now added xml:lang="fr" to all the elements it listed AND return
the Content-Language header "fr" AND set up my language preference with
French on top and I'm still getting alot of English. I see some
French, complete with correct accent marks (this is text that it's
pulling out of the backend policy) but mostly what I see is in english.
That stuff (90+% of the policy), I assume it is generating from the
compact policy. There was actually a time when I got rid of the whole
compact policy and I still saw this content, and in english, but that
doesn't make a lot of sense and may have been a caching issue. Is
there anything to put on compact policies themselves so the browser
knows to generate content in a particular language from it? Haven't
had success googling for that.
I've been watching the requests with ieHTTPHeaders, everything makes
sense, the Content-Language header is definitely coming back as "fr".
I just don't know where to go on this anymore.