質問

In SharePoint 2010, under page settings its possible to do change language settings at "_layouts/muisetng.aspx".

I need to know which class contains the function that is fired when clicking the OK-button.

How someone please help me find the answear to this question?

役に立ちましたか?

解決

Apparently, you're looking for class Microsoft.SharePoint.ApplicationPages.LanguageSettingsPage from assembly Microsoft.SharePoint.ApplicationPages.dll, which can be found under following path:

c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\CONFIG\BIN\Microsoft.SharePoint.ApplicationPages.dll

There, you will need to investigate the BtnUpdateMUISettings_Click method.

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top