[ Version ( since = "3.32" ) ]
public void set_language (string? language)
Sets the preferred language by an identifier string, like "en_US".
Use null
to unset any previous value.
The internal copy of language
is automatically stripped of leading and trailing whitespace. If the resulting string is
empty, null
is set instead.
this | |
language |
an identifier for the preferred language, or |