Back to Devexpress

GaugesCoreLocalizer Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-localization.md

latest2.1 KB
Original Source

GaugesCoreLocalizer Class

A base class that provides necessary functionality for custom localizers of ASP.NET Gauges and WinForms Gauges.

Namespace : DevExpress.XtraGauges.Core.Localization

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public class GaugesCoreLocalizer :
    XtraLocalizer<GaugesCoreStringId>
vb
Public Class GaugesCoreLocalizer
    Inherits XtraLocalizer(Of GaugesCoreStringId)

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 GaugesCoreLocalizer class, refer to the Localizing WinForms Controls via Localizer Objects document.

Inheritance

Object XtraLocalizer XtraLocalizer<DevExpress.XtraGauges.Core.Localization.GaugesCoreStringId> GaugesCoreLocalizer

See Also

GaugesCoreLocalizer Members

Localization

DevExpress.XtraGauges.Core.Localization Namespace