Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+
Row

WorkbookOptions.Localization Property

Returns localization options for the workbook.

Namespace: DevExpress.Spreadsheet

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

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