Click or drag to resize
UtilitiesSetUserLanguage Method
Sets the language for the current user.

Namespace: ConnectedApps.Cms.Sdk.Localization
Assembly: ConnectedApps.Cms.Sdk.Localization (in ConnectedApps.Cms.Sdk.Localization.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SetUserLanguage(
	int languageId,
	Nullable<DateTime> expires
)

Parameters

languageId
Type: SystemInt32
The language to set.
expires
Type: SystemNullableDateTime
The expiration of the HTTP cookie.
See Also