language_code property

language_code property

Gets or sets the user interface language of the Workbook version based on CountryCode that has saved the file.

Definition:

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

See Also