Skip to main content
All docs
V24.2

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

WorkbookLocalizationOptions Class

Contains localization options for a workbook.

Namespace: DevExpress.XtraSpreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public class WorkbookLocalizationOptions :
    SpreadsheetNotificationOptions

The following members return WorkbookLocalizationOptions objects:

#Remarks

This class contains the following properties:

FunctionNameCulture
Specifies whether to localize function names in a workbook.
LocalizeBooleanValues
Specifies whether to localize TRUE and FALSE values in a workbook.

#Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
WorkbookLocalizationOptions
See Also