MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.language.repository/LanguageRepository/getById

getById

[jvm]
abstract suspend fun getById(id: Int): LanguageModel?

Get a language by its id.

Return

LanguageModel or null if no such language exists

Parameters

jvm

   
id Language ID