C# Class GSoft.Dynamite.Globalization.RegionalSettingsHelper

Mostrar archivo Open project: GSoft-SharePoint/Dynamite-2010

Public Methods

Method Description
SwitchCurrentUserRegionalSettings ( int targetLcid ) : void

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

Private Methods

Method Description
EnglishCanadianSettings ( SPWeb web, bool isUserSetting ) : SPRegionalSettings
FrenchCanadianSettings ( SPWeb web, bool isUserSetting ) : SPRegionalSettings
InitializeWebDefaultRegionalSettings ( SPWeb web ) : void

Method Details

SwitchCurrentUserRegionalSettings() public method

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.
return void