开发者

SharePoint 2007 Force Culture and UI Culture

开发者 https://www.devze.com 2022-12-26 12:03 出处:网络
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

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 开发者_Go百科frontoffice, in backoffice the culture is always pt). What i have to do to fix this problem?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消