-
Notifications
You must be signed in to change notification settings - Fork 4
IBiblicalTerm
FoolRunning edited this page Jul 26, 2022
·
5 revisions
Object representing a Biblical Term
string Lemma
The lemma form of the term in the original (Hebrew or Greek) language
IReadOnlyList<IVerseRef> Occurrences
The list of verses where this term occurs
string Gloss(string locale=null)
Gets the gloss of this term in the specified locale
Parameter | Description |
---|---|
locale | ISO 639-3 language code with optional RFC 5646 subtags to identify the language in which term glosses are to be returned (will fall back to English (en) if localization in requested language is not available). Null means use the localization currently used in Paratext |
This page is auto-generated. User edits will be lost when regenerated.