Skip to main content

DashboardWinLocalizer.CreateResXLocalizer() Method

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

Namespace: DevExpress.DashboardWin.Localization

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public override XtraLocalizer<DashboardWinStringId> CreateResXLocalizer()

Returns

Type Description
XtraLocalizer<DashboardWinStringId>

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

Remarks

For internal use.

See Also