ScriptLink.EnableScriptGlobalization property
Gets or sets a value that indicates whether the ScriptLink control renders script that supports parsing and formatting of culture-specific information.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Property EnableScriptGlobalization As Boolean
Get
Set
'Usage
Dim value As Boolean
value = ScriptLink.EnableScriptGlobalization
ScriptLink.EnableScriptGlobalization = value
public static bool EnableScriptGlobalization { get; set; }
Property value
Type: System.Boolean
true if the the ScriptLink supports globalization; otherwise, false.