Click or drag to resize
UserCultureInfoProviderAddUserToCulture Method (Int32, Int32, Int32)
Adds user to allowed culture of the site.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
public static void AddUserToCulture(
	int userId,
	int cultureId,
	int siteId
)

Parameters

userId
Type: SystemInt32
ID of user
cultureId
Type: SystemInt32
ID of culture
siteId
Type: SystemInt32
ID of site
See Also