wpf-devexpress-dot-xpf-dot-gauges-dot-localization.md
A base class that provides necessary functionality for custom localizers of the Gauge Controls.
Namespace : DevExpress.Xpf.Gauges.Localization
Assembly : DevExpress.Xpf.Gauges.v25.2.dll
NuGet Package : DevExpress.Wpf.Gauges
public class GaugeLocalizer :
XtraLocalizer<GaugeStringId>
Public Class GaugeLocalizer
Inherits XtraLocalizer(Of GaugeStringId)
Note
Important : Not all strings can be translated via Localizer classes. Some components contain form resources (e.g., the XtraReports Search dialog), and the only way to translate them is to create satellite assemblies. Thus, localization via resources is the preferable solution.
For more information on utilizing the GaugeLocalizer class, refer to the Localizing WPF Controls via Localizer Objects document.
Object XtraLocalizer XtraLocalizer<DevExpress.Xpf.Gauges.Localization.GaugeStringId> GaugeLocalizer
See Also