| UserCultureInfoProviderGetUserCultureInfoInternal Method  | 
            Returns the UserCultureInfo structure for the specified userCulture.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntaxprotected virtual UserCultureInfo GetUserCultureInfoInternal(
	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 
Return Value
Type: 
UserCultureInfo
See Also