ClientSideModelSettingsBase.IncludeLocalization Property
Specifies whether to load a localization script.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v20.2.dll
Declaration
[Parameter]
public bool IncludeLocalization { get; set; }
<Parameter>
Public Property IncludeLocalization As Boolean
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
Feedback