Gets or sets a value that indicates indicating whether the ScriptManager control loads localized versions of script files.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
/** @property */
/** @property */
Value
Return Value
true if localized script files will be loaded; otherwise, false. The default value is false.
Remarks
When the EnableScriptLocalization property is set to true, the ScriptManager object will retrieve script files for the current culture, if they exist. For instance, if a script file named CustomScript.js is specified on a Web page and the culture is set to fr-CA, the ScriptManager object will attempt to retrieve a script file named CustomScript.fr-CA.js.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)