SPWebTemplate.SupportsMultilingualUI Property
Gets a value that indicates whether adiministrators can enable alternate langauges for sites created from the site definition configuration or the Web template.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property SupportsMultilingualUI As Boolean
Get
'Usage
Dim instance As SPWebTemplate
Dim value As Boolean
value = instance.SupportsMultilingualUI
public bool SupportsMultilingualUI { get; }
Property Value
Type: System.Boolean
true if administrators can enable alternate languages for sites created from the configuration; false, otherwise. The default is true..
Remarks
false means that administrators are not able to enable this functionality.
This property corresponds to the SupportsMultilingualUI attribute of the Configuration element.