TdxCustomDashboardControl.Language Property
Specifies the required language (for UI and content localization).
Declaration
property Language: string read; write;
Property Value
| Type | Description |
|---|---|
| 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