| UserInfoIsCultureAllowed Method | 
            Determines whether culture is allowed for given user on given site.
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxpublic virtual bool IsCultureAllowed(
	string cultureCode,
	string siteName
)
Parameters
- cultureCode
- Type: SystemString
 Code of culture
- siteName
- Type: SystemString
 Name of site
Return Value
Type: 
BooleanTrue if user can edit culture on site.
 See Also
See Also