Skip to main content
A newer version of this page is available. .

ASPxGridViewLocalizer.CreateResXLocalizer() Method

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

Namespace: DevExpress.Web.Localization

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override XtraLocalizer<ASPxGridViewStringId> CreateResXLocalizer()

Returns

Type Description
XtraLocalizer<ASPxGridViewStringId>

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

Remarks

For internal use only.

See Also