I have Chinese clients that provide the following in their http request headers:
Accept-Language: zh-cn,zh;q=0.5
This is causing problems with characters being dropped by our load balancer. Is there any way for Apache to rewrite those headers or to override the Accept-Language as:
Accept-Language: en,zh-cn,zh;q=0.5