class documentation

class Language(IntEnum): (source)

View In Hierarchy

Maps engine language IDs.

Constant ENGLISH Undocumented
Constant FRENCH Undocumented
Constant GERMAN Undocumented
Constant ITALIAN Undocumented
Constant POLISH Undocumented
Constant SPANISH Undocumented
ENGLISH: int = (source)

Undocumented

Value
0
FRENCH: int = (source)

Undocumented

Value
1
GERMAN: int = (source)

Undocumented

Value
2
ITALIAN: int = (source)

Undocumented

Value
3
POLISH: int = (source)

Undocumented

Value
5
SPANISH: int = (source)

Undocumented

Value
4