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)

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.

See also

Reference

SPWebTemplate class

SPWebTemplate members

Microsoft.SharePoint namespace