Skip to main content

ClientSideModelSettingsBase.IncludeLocalization Property

Specifies whether to load a localization script.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v23.2.JSBasedControls.dll

NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls

Declaration

[Parameter]
public bool IncludeLocalization { get; set; }

Property Value

Type Description
Boolean

True, to include a localization script; otherwise, false.

Remarks

The localization script contains a dictionary with key-value pairs that define localization for the specified strings.

If you do not need to localize UI elements of a client control, disable the IncludeLocalization option. This excludes localization resources from a web page and reduces the web page load time.

See Also