| UserCultureInfoProviderGetUserCulturesInternal Method  | 
            Gets all allowed cultures for given user and site filtered by where condition and ordered by orderBy expression.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntaxprotected virtual DataTable GetUserCulturesInternal(
	int userId,
	int siteId,
	string where,
	string orderBy
)
Parameters
- userId
 - Type: SystemInt32
ID of user - siteId
 - Type: SystemInt32
ID of site, 0 for all sites - where
 - Type: SystemString
Where condition - orderBy
 - Type: SystemString
Order by clause 
Return Value
Type: 
DataTableUser's allowed cultures.
See Also