使用在 SharePoint 2007 中开发的默认浏览器语言首选项打开网站
我们正在使用 SharePoint 2007 开发多语言网站。现在客户的要求是当用户访问该网站时,该网站应该使用用户浏览器语言首选项在他的浏览器中打开。我们当前的网站有英语和西班牙语版本。如果用户的语言首选项是西班牙语,则应向用户显示西班牙语网站。
提前致谢
We are developing multilingual site using SharePoint 2007. Now the requirement from client is whenerevr user access the site, the Site should be open in his browser using users browser Language Preference. Our current site is in English and Spanish. If users language preference is Spanish then Spanish site should be display to the user.
Thanks in Advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要开发一个重定向器模块,它将读取redirect.aspx页面(示例)上的浏览器设置,然后根据该站点重定向到适当的语言站点。
请参阅此处的示例:
http:// panvega.wordpress.com/2008/05/15/variationrootlandig-redirect-to-another-variation-site/
You need to develop a redirector module which will read the browser settings on the redirect.aspx page (Example) and then redirect to the appropriate language site based on thei site.
See here for the example:
http://panvega.wordpress.com/2008/05/15/variationrootlandig-redirect-to-another-variation-site/