WorkbookOptions.Localization Property
In This Article
Returns localization options for the workbook.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public WorkbookLocalizationOptions Localization { get; }
#Property Value
Type | Description |
---|---|
Workbook |
An object that contains localization options. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Localization |
---|---|
Workbook |
|
#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