ScriptManager.EnableScriptLocalization Property

Definition

Gets or sets a value that indicates whether the ScriptManager control renders localized versions of script files.

C#
public bool EnableScriptLocalization { get; set; }

Property Value

true if localized script files will be rendered; otherwise, false. The default value is true.

Remarks

When the EnableScriptLocalization property is set to true, the ScriptManager object will retrieve script files for the current culture if they exist. For example, a page might specify a script file that is named CustomScript.js. If the culture is set to fr-CA, the ScriptManager object will try to retrieve a script file that is named CustomScript.fr-CA.js.

Huomautus

To prevent a script file from being rendered two times, the EnableScriptLocalization property must not be modified during an asynchronous postback.

Applies to

Tuote Versiot
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also