UserCultureInfoProviderGetUserCultureInfoInternal Method |
Returns the UserCultureInfo structure for the specified userCulture.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax protected 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:
UserCultureInfoSee Also