Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XtraSpreadsheetFunctionNameLocalizer.CreateDefaultLocalizer() Method

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

Namespace: DevExpress.XtraSpreadsheet.Localization

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public static XtraLocalizer<XtraSpreadsheetFunctionNameStringId> CreateDefaultLocalizer()

Returns

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

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