Méthode | Description | |
---|---|---|
SwitchCurrentUserRegionalSettings ( int targetLcid ) : void |
Applies regional settings on the current user that correspond to the language the user is switching towards.
|
Méthode | Description | |
---|---|---|
EnglishCanadianSettings ( SPWeb web, bool isUserSetting ) : SPRegionalSettings | ||
FrenchCanadianSettings ( SPWeb web, bool isUserSetting ) : SPRegionalSettings | ||
InitializeWebDefaultRegionalSettings ( SPWeb web ) : void |
public SwitchCurrentUserRegionalSettings ( int targetLcid ) : void | ||
targetLcid | int | The target language LCID, either 1033 for English or 1036 for French. |
Résultat | void |