FillTrait.LevelSynonym

class FillTrait.LevelSynonym


Synonyms of the level in a given language.

Summary

Public constructors

LevelSynonym(levelSynonym: List<String>, lang: String)

Creates the LevelSynonym class.

Public properties

String

ISO 639-1 language code, for example, en for English.

List<String>

Synonym of the level.

Public constructors

LevelSynonym

LevelSynonym(levelSynonym: List<String> = emptyList(), lang: String = "")

Creates the LevelSynonym class.

Public properties

lang

val langString

ISO 639-1 language code, for example, en for English.

levelSynonym

val levelSynonymList<String>

Synonym of the level. The first string in this list is used as the canonical name of the level in that language.