Gets or sets a value that indicates whether the ScriptManager control renders script in the browser to support parsing and formatting culture-specific information.
Syntax
CSharp
VisualBasic
ManagedCPlusPlus
JSharp
/** @property */
/** @property */
Value
Return Value
true if culture-specific information can be displayed; otherwise, false. The default value is false.
Remarks
When the EnableScriptGlobalization property is set to true, globalized ECMAScript (JavaScript) functions such as the Date.localeFormat method display culture-specific information. The culture can be set in the browser, in server code, or in the Web site's configuration file.
Assembly: System.Web.Extensions (Module: System.Web.Extensions)