language property

language property

Gets or sets the language of the document. Can be updated in VSD and VSDX formats only.

Definition:

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

See Also