Internal
Static
parseParses a language string into its corresponding LanguageEnum value.
Optional
lang: null | stringThe language string to parse, or null/undefined to default to English.
The LanguageEnum value corresponding to the provided string, or English if the string is invalid or undefined.
Represents a set of utility methods for working with languages.