class documentation
Maps engine language IDs.
| Class Method | from |
Get the Language enum from a two-letter code. |
| Constant | ENGLISH |
Undocumented |
| Constant | FRENCH |
Undocumented |
| Constant | GERMAN |
Undocumented |
| Constant | ITALIAN |
Undocumented |
| Constant | POLISH |
Undocumented |
| Constant | SPANISH |
Undocumented |
| Property | code |
Get the two-letter language code. |
Get the Language enum from a two-letter code.
| Parameters | |
code:str | The two-letter language code (eg. "de"). |
| Returns | |
Language | The corresponding Language enum. |
| Raises | |
ValueError | If the code is unknown. |