Back to Devexpress

ChartLocalizer.Active Property

corelibraries-devexpress-dot-xtracharts-dot-localization-dot-chartlocalizer.md

latest2.0 KB
Original Source

ChartLocalizer.Active Property

Gets or sets a localizer object providing localization of the user interface at runtime.

Namespace : DevExpress.XtraCharts.Localization

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public static XtraLocalizer<ChartStringId> Active { get; set; }
vb
Public Shared Property Active As XtraLocalizer(Of ChartStringId)

Property Value

TypeDescription
XtraLocalizer<DevExpress.XtraCharts.Localization.ChartStringId>

An XtraLocalizer<T> descendant, used to localize the user interface at runtime.

|

Remarks

Note

Important : Not all strings can be translated via Localizer classes. Some components contain form resources (e.g., the XtraReports Search dialog), which must be translated via satellite assemblies, so localization via resources is recommended.

For more information on utilizing the Active property, refer to the Localizing WinForms Controls via Localizer Objects document.

See Also

ChartLocalizer Class

ChartLocalizer Members

DevExpress.XtraCharts.Localization Namespace