Skip to main content

DashboardLocalizer.CreateResXLocalizer() Method

Returns an XtraLocalizer object representing resources based on the thread’s language and regional settings (culture).

Namespace: DevExpress.DashboardCommon.Localization

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public override XtraLocalizer<DashboardStringId> CreateResXLocalizer()

Returns

Type Description
XtraLocalizer<DashboardStringId>

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

Remarks

For internal use.

See Also