C# Class GSoft.Dynamite.Globalization.RegionalSettingsHelper

Afficher le fichier Open project: GSoft-SharePoint/Dynamite-2010

Méthodes publiques

Méthode Description
SwitchCurrentUserRegionalSettings ( int targetLcid ) : void

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

Private Methods

Méthode Description
EnglishCanadianSettings ( SPWeb web, bool isUserSetting ) : SPRegionalSettings
FrenchCanadianSettings ( SPWeb web, bool isUserSetting ) : SPRegionalSettings
InitializeWebDefaultRegionalSettings ( SPWeb web ) : void

Method Details

SwitchCurrentUserRegionalSettings() public méthode

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.
Résultat void