if have Chinese and English :
<%dim lanlan=Request.ServerVariables("HTTP_ACCEPT_LANGUAGE")if InStr(lan,"zh")>0 thenresponse.redirect("/cn/")'Chinese
elseresponse.redirect("/en/")'if not Chinese to Engliahend if%>