Question

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?

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top