Skip to main content

ASPxEditorsLocalizer.CreateResXLocalizer() Method

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

Namespace: DevExpress.Web.Localization

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override XtraLocalizer<ASPxEditorsStringId> CreateResXLocalizer()

Returns

Type Description
XtraLocalizer<ASPxEditorsStringId>

An XtraLocalizer<T><ASPxEditorsStringId,> object comprising resources based on the thread’s culture.

Remarks

For internal use only.

See Also