//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.language.repository/LanguageRepository/getAll
getAll
[jvm]
abstract suspend fun getAll(projectId: Int): List<LanguageModel>
Get all the languages within a given project.
Return
list of languages added to the project
Parameters
jvm
projectId | Project ID |