Back to Devexpress

TdxDashboard.Language Property

vcl-dxdashboard-dot-tdxdashboard-891b53b3.md

latest1.1 KB
Original Source

TdxDashboard.Language Property

Specifies the required language (for dashboard content localization).

Declaration

delphi
property Language: string read; write;

Property Value

TypeDescription
string

The target culture name for content localization.

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

|

Remarks

Use the Language property to switch between available languages for dashboard content.

Default Value

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

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

See Also

TdxCustomDashboardControl.Language Property

TdxDashboard Class

TdxDashboard Members

dxDashboard Unit