language property

language property

The IUserAgentService.language specifies the primary language for the element’s contents and for any of the element’s attributes that contain text. Its value must be a valid BCP 47 () language tag, or the empty string. Setting the attribute to the empty string indicates that the primary language is unknown.

Definition:

@property
def language(self):
    ...
@language.setter
def language(self, value):
    ...

See Also