Skip to main content
All docs
V23.2
Row

WorkbookOptions.Localization Property

Returns localization options for the workbook.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public WorkbookLocalizationOptions Localization { get; }

Property Value

Type Description
WorkbookLocalizationOptions

An object that contains localization options.

Property Paths

You can access this nested property as listed below:

Object Type Path to Localization
Workbook
.Options .Localization

Remarks

Use this property to access and specify the following localization options:

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