Skip to main content

ASPxTreeListLocalizer.CreateResXLocalizer() Method

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

Namespace: DevExpress.Web.ASPxTreeList.Localization

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

NuGet Package: DevExpress.Web

Declaration

public override XtraLocalizer<ASPxTreeListStringId> CreateResXLocalizer()

Returns

Type Description
XtraLocalizer<ASPxTreeListStringId>

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

Remarks

For internal use only.

See Also