Language
Functions
Section titled “Functions”getLanguageName()
Section titled “getLanguageName()”getLanguageName():
string
Defined in: packages/isaacscript-common/src/functions/language.ts:10
Helper function to convert the language abbreviation from Options.Language to the “full”
language name.
For example, if the current language is set to Korean, Options.Language will be set to “kr”,
and this function will return “Korean”.
Returns
Section titled “Returns”string
