C# 클래스 GSoft.Dynamite.Globalization.RegionalSettingsHelper

파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

메소드 설명
SwitchCurrentUserRegionalSettings ( int targetLcid ) : void

Applies regional settings on the current user that correspond to the language the user is switching towards.

비공개 메소드들

메소드 설명
EnglishCanadianSettings ( SPWeb web, bool isUserSetting ) : SPRegionalSettings
FrenchCanadianSettings ( SPWeb web, bool isUserSetting ) : SPRegionalSettings
InitializeWebDefaultRegionalSettings ( SPWeb web ) : void

메소드 상세

SwitchCurrentUserRegionalSettings() 공개 메소드

Applies regional settings on the current user that correspond to the language the user is switching towards.
public SwitchCurrentUserRegionalSettings ( int targetLcid ) : void
targetLcid int The target language LCID, either 1033 for English or 1036 for French.
리턴 void