package webextension_polyfill.i18n; /** An ISO language code such as en or fr. For a complete list of languages supported by this method, see kLanguageInfoTable. For an unknown language, und will be returned, which means that [percentage] of the text is unknown to CLD **/ typedef LanguageCode = String;