ScriptManager.EnableScriptGlobalization Property

Definition

Gets or sets a value that indicates whether the ScriptManager control renders script that supports parsing and formatting of culture-specific information.

C#
public bool EnableScriptGlobalization { get; set; }

Property 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.

Applies to

Product Versions
.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