set_description
Description:
public void set_description (
string value,
string? locale)
Set long description for this component.
Parameters:
| this |
A valid Component
|
| value |
The long description
|
| locale |
The BCP47 locale for this value, or null to use the current active one.
|