Back to Devexpress

TdxCustomDashboardControl.Language Property

vcl-dxdashboard-dot-control-dot-tdxcustomdashboardcontrol-63b97889.md

latest1.3 KB
Original Source

TdxCustomDashboardControl.Language Property

Specifies the required language (for UI and content localization).

Declaration

delphi
property Language: string read; write;

Property Value

TypeDescription
string

The target culture name for UI and content localization.

You can use any ISO-based culture identifier to select the corresponding available localization.

|

Remarks

Use the Language property to switch between available languages for the Dashboard Designer/Dashboard Viewer UI and dashboard content.

Default Value

The Language property’s default value is an empty string.

The default Language property value indicates the en-US culture.

See Also

TdxReport.Language Property

TdxCustomDashboardControl Class

TdxCustomDashboardControl Members

dxDashboard.Control Unit