The Language enum has a typo for the German language; all variants are written as GERMEN when the correct would be GERMAN.
Some supported languages, such as Norwegian (no-no), are also missing from the both Language and LanguageCode. The list of supported languages contains 233 items, whereas the enums only contain 136 each.
The
Languageenum has a typo for the German language; all variants are written asGERMENwhen the correct would beGERMAN.Some supported languages, such as Norwegian (
no-no), are also missing from the bothLanguageandLanguageCode. The list of supported languages contains 233 items, whereas the enums only contain 136 each.