Skip to main content

XtraSpreadsheetLocalizer.CreateDefaultLocalizer() Method

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

Namespace: DevExpress.XtraSpreadsheet.Localization

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static XtraLocalizer<XtraSpreadsheetStringId> CreateDefaultLocalizer()

Returns

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

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

Remarks

For more information, refer to Localizing WinForms Controls via Localizer Objects.

See Also