XtraSpreadsheetFunctionNameLocalizer.GetString(XtraSpreadsheetFunctionNameStringId) Method
Returns a culture-specific string for the specified string identifier.
Namespace: DevExpress.XtraSpreadsheet.Localization
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetFunctionNameStringId | A DevExpress.XtraSpreadsheet.Localization.XtraSpreadsheetFunctionNameStringId enumeration value specifying the function whose name is to be localized. |
Returns
Type | Description |
---|---|
String | A String that is the text to be displayed for the current culture settings. |
Remarks
Override this method in XtraSpreadsheetFunctionNameLocalizer class descendants to modify the captions (text strings) of visual user interface elements.
See Also