DictionaryTranslation.PrefixWord Property

Definition

A string giving the word to display as a prefix of the translation. Currently, this is the gendered determiner of nouns, in languages that have gendered determiners. For example, the prefix of the Spanish word "mosca" is "la", since "mosca" is a feminine noun in Spanish. This is only dependent on the translation, and not on the source. If there is no prefix, it will be the empty string.

public string PrefixWord { get; }
member this.PrefixWord : string
Public ReadOnly Property PrefixWord As String

Property Value

Applies to