locale_id_far_east property

Font.locale_id_far_east property

Gets or sets the locale identifier (language) of the formatted Asian characters.

@property
def locale_id_far_east(self) -> int:
    ...

@locale_id_far_east.setter
def locale_id_far_east(self, value: int):
    ...

Remarks

For the list of locale identifiers see https://msdn.microsoft.com/en-us/library/cc233965.aspx

See Also