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