officefileapi-devexpress-dot-xtraspreadsheet-dot-localization-0fab1c61.md
A base class that provides necessary functionality for custom localizers of the spreadsheet function names.
Namespace : DevExpress.XtraSpreadsheet.Localization
Assembly : DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Package : DevExpress.Spreadsheet.Core
public class XtraSpreadsheetFunctionNameLocalizer :
XtraLocalizer<XtraSpreadsheetFunctionNameStringId>
Public Class XtraSpreadsheetFunctionNameLocalizer
Inherits XtraLocalizer(Of XtraSpreadsheetFunctionNameStringId)
Note
Important : Not all strings can be translated via Localizer classes. Some components contain form resources (e.g., the XtraReports Search dialog), which must be translated via satellite assemblies, so localization via resources is recommended.
For more information on utilizing the XtraSpreadsheetFunctionNameLocalizer class, refer to the Localizing WinForms Controls via Localizer Objects document.
Object XtraLocalizer XtraLocalizer<DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetFunctionNameStringId> XtraSpreadsheetFunctionNameLocalizer
See Also