set_name
Description:
public void set_name (
string value,
string? locale)
Set a human-readable name for this component.
Parameters:
this |
A valid Component
|
value |
The name
|
locale |
The BCP47 locale for this value, or null to use the current active one.
|