Function getLanguageInfoFromKey
- getLanguageInfoFromKey(
languageKey: string,
languageDictionary?: { [k: string]: LanguageInfo },
): LanguageInfo | nullParameters
- languageKey: string
OptionallanguageDictionary: { [k: string]: LanguageInfo }
Returns LanguageInfo | null
Was this helpful?
Get language infos from a provided language key, the key being the no-whitespace capital name. By default, the language dictionary to look into is the one defined in this library, but another one could be provided Returns
nullif not found.