Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

XtraSpreadsheetLocalizer.CreateResXLocalizer() Method

Creates and returns an object containing resources specific to the language and culture settings.

Namespace: DevExpress.XtraSpreadsheet.Localization

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public override XtraLocalizer<XtraSpreadsheetStringId> CreateResXLocalizer()

#Returns

Type Description
XtraLocalizer<DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetStringId>

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

#Remarks

This method is interned for internal use only. Normally, you don’t need to use it.

See Also