ScriptManager::EnableScriptLocalization Property
Gets or sets a value that indicates whether the ScriptManager control renders localized versions of script files.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
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.
Note |
|---|
To prevent a script file from being rendered two times, the EnableScriptLocalization property must not be modified during an asynchronous postback. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note