wdbibtex.LaTeX.locale#
- property LaTeX.locale#
Returns system locale
Locale string to decide which latex commands used. Currently english(en) and japanese(ja) are supported. If locale is manually set, returns the local as is. Else, determined using locale.getlocale().
- Returns:
- str
Locale text in two characters for example ‘en’ or ‘ja’.