language property

language property

Gets the tag indicating the language of the intellectual content of a file.

Definition:

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

See Also