ScriptLink.Localizable property

Indicates whether a page can be localized.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Localizable As Boolean
    Get
    Set
'Usage
Dim instance As ScriptLink
Dim value As Boolean

value = instance.Localizable

instance.Localizable = value
public bool Localizable { get; set; }

Property value

Type: System.Boolean
If true, the page can be localized; otherwise, false.

See also

Reference

ScriptLink class

ScriptLink members

Microsoft.SharePoint.WebControls namespace