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

ASPxSpreadsheetLocalizer.CreateResXLocalizer() Method

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

Namespace: DevExpress.Web.ASPxSpreadsheet.Localization

Assembly: DevExpress.Web.ASPxSpreadsheet.v20.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public override XtraLocalizer<ASPxSpreadsheetStringId> CreateResXLocalizer()

Returns

Type Description
XtraLocalizer<ASPxSpreadsheetStringId>

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

See Also