Skip to main content
A newer version of this page is available. .

GaugeLocalizer.CreateDefaultLocalizer() Method

Returns a localizer object, which provides resources based on the thread’s language and regional settings (culture).

Namespace: DevExpress.Xpf.Gauges.Localization

Assembly: DevExpress.Xpf.Gauges.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Gauges, DevExpress.Wpf.Gauges

Declaration

public static XtraLocalizer<GaugeStringId> CreateDefaultLocalizer()

Returns

Type Description
XtraLocalizer<DevExpress.Xpf.Gauges.Localization.GaugeStringId>

An XtraLocalizer<T> object representing resources based on the thread’s culture.

See Also