使用在 SharePoint 2007 中开发的默认浏览器语言首选项打开网站

发布于 2024-10-14 14:09:23 字数 144 浏览 2 评论 0原文

我们正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

捶死心动 2024-10-21 14:09:24

您需要开发一个重定向器模块,它将读取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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文