Allows users to select their own UI culture. When set to false (default) framework will allways same culture for both CurrentCulture (content) and CurrentUICulture (interface)

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool AllowUserUICulture { get; internal set; }
Visual Basic
Public Property AllowUserUICulture As Boolean
	Get
	Friend Set

Remarks

Defaults to False

See Also