Skip to main content

Language

Functions

getLanguageName

getLanguageName(): string

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

string

Defined in

packages/isaacscript-common/src/functions/language.ts:10