set_language
Description:
[
Version ( since =
"0.4.0" ) ]
public void set_language (
string? language)
Sets the language property to language.
language must be null or non-empty.
Set language to null to unset the property in the link.
Parameters:
| this |
a Link
|
| language |
the new language for the link, or null
|