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

XtraSpreadsheetFunctionNameLocalizer.GetString(XtraSpreadsheetFunctionNameStringId) Method

Returns a culture-specific string for the specified string identifier.

Namespace: DevExpress.XtraSpreadsheet.Localization

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

Declaration

public static string GetString(
    XtraSpreadsheetFunctionNameStringId id
)

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