//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.language.persistence.dao/DefaultLanguageDao/getAll
getAll
[jvm]
open suspend override fun getAll(projectId: Int): List<LanguageModel>
Get all the languages for a project.
Return
list of languages
Parameters
jvm
projectId | Project ID |