A Converter supports converting an alpha3 language code with an alpha2 country code into a custom code
Convert an alpha3 language code with an alpha2 country code into a custom code
| Parameters: |
|
|---|---|
| Returns: | the corresponding custom code |
| Return type: | string |
A Converter able to reverse a custom code into a alpha3 ISO-639-3 language code and alpha2 ISO-3166-1 country code
Reverse a custom code into alpha3 and country code
| Parameters: | code (string) – custom code to reverse |
|---|---|
| Returns: | the corresponding alpha3 ISO-639-3 language code and alpha2 ISO-3166-1 country code |
| Return type: | tuple |