SharePoint 2007 强制文化和 UI 文化

发布于 2024-08-28 21:42:11 字数 151 浏览 5 评论 0原文

我正在开发一个共享点门户,我想强制门户文化为“pt-PT”,我已经安装了 moss 和 wss 语言包,并且我也使用以下语句更改了 web.config:但如果我设置浏览器语言更改为其他语言,控件会更改其文化(这只发生在门户前台,在后台,文化始终为 pt)。我必须做什么才能解决这个问题?

i'm developing a sharepoint portal, and i want to force a portal culture to 'pt-PT', i already installed the moss and wss language packs and i changed the web.config too with the following statment: but if i set the browser language to other language the controls change their culture (this only occurs in portal frontoffice, in backoffice the culture is always pt). What i have to do to fix this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

梨涡 2024-09-04 21:42:12

您可以编写一个 HttpModule,它将在页面生命周期的早期切换执行 HttpContext 的区域性。

顺便说一句,我只是想知道当你说门户前台与后台时你的意思是什么。

You can write a HttpModule which will switch the culture of the executing HttpContext early in the page lifecycle.

BTW I'm just wondering what you mean when you say portal frontoffice vs backoffice.

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