Skip to main content

ASPxRichEditLocalizer.CreateResXLocalizer() Method

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

Namespace: DevExpress.Web.ASPxRichEdit.Localization

Assembly: DevExpress.Web.ASPxRichEdit.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public override XtraLocalizer<ASPxRichEditStringId> CreateResXLocalizer()

Returns

Type Description
XtraLocalizer<ASPxRichEditStringId>

A XtraLocalizer<T> object comprising resources based on the thread’s culture.

See Also