//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.language.repository/FlagsRepository
FlagsRepository
[jvm]
interface FlagsRepository
Contract for the flag repository.
Functions
Name | Summary |
---|---|
getFlag | [jvm] abstract fun getFlag(code: String): String Get a Unicode representation of the flag of the language having a given code. This returns a value only for the supported languages (see LanguageRepository.getDefaultLanguages. |