UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

9 lines 353 B
/** * 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". */ export declare function getLanguageName(): string; //# sourceMappingURL=language.d.ts.map