//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.language.repository/LanguageNameRepository/getName
getName
[jvm]
abstract fun getName(code: String): String
Get a user-friendly name for the language based on its ISO code (ISO 693-1 standard). This returns a value only for the supported languages (see LanguageRepository.getDefaultLanguages.
Return
a user-friendly name of the language
Parameters
jvm
code | ISO 693-1 language code |