Available language codes
List of languages in the ISO-639-3 as namedtuple of alpha3, alpha3b, alpha3t, alpha2, scope, type, name and comment
ConverterManager for language converters
Instance of LanguageConverterManager
The Language metaclass
Dynamically redirect Language.frommycode() to Language.fromcode() with the mycode converter
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: |
|
---|---|
Raise: | ValueError if the language could not be recognized and unknown is None |
Create a Language by its code using converter to reverse() it
Parameters: |
|
---|---|
Returns: | the corresponding Language instance |
Return type: |