An Accept HTTP header can indicate priority using the q qualifier, for example
application/xml;q=0.8
I looked in the RFC, but saw any mention of whether the q qualifier is a localization object or not. For example, can a European browser send a digit like q=0,8 if Accept-Language were installed?
If not, there should be some kind of documentation somewhere that indicates that HTTP uses period notation and is culture invariant in its headers, I think?
source share