Skip to main content
All docs
V24.2
Row

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

WorkbookOptions.Localization Property

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
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