Set of ISO-639-3 three-letters code
A human language
A human language is composed of a language part following the ISO-639 standard and can be country-specific when a Country is specified.
The Language is extensible with custom converters (see Custom Converters)
| Parameters: |
|---|
Registered converters
Register a Converter with the given name
This will add the name property to the Language class and an alternative constructor fromname if the converter is a ReverseConverter
| Parameters: |
|
|---|
Unregister a Converter by name
| Parameters: | name (string) – name of the converter to unregister |
|---|
Load converters from the entry point
Call register_converter() for each entry of the ‘babelfish.converters’ entry point
Clear all converters
Call unregister_converter() on each registered converter in CONVERTERS