ClientSideModelSettingsBase.IncludeCldrData Property
Specifies whether to load CLDR JSON data for the current locale.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v24.1.JSBasedControls.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls
Declaration
Property Value
Type | Description |
---|---|
Boolean | True, to include CLDR JSON data; otherwise, false. |
Remarks
If the default CLDR JSON data does not suit your requirements, you can disable the IncludeCldrData option and load your custom data as described in the following repository: Unicode CLDR usage.
See Also