VCardBuilderLanguage Property

LANGUAGE: Defines the default language that human-readable text values in this vCard are assumed to be written in. (4 - RFC 9554)

Definition

Namespace: FolkerKinzel.VCards
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public TextSingletonBuilder Language { get; }

Property Value

TextSingletonBuilder
RFC 5646 language tag.

Remarks

This property defines the language that property values of type TEXT are assumed to be written in for this vCard. If a VCardProperty includes the Language parameter, then the parameter value has higher precedence than the Language property value.

The Language parameter MUST NOT be assigned to this property.

See Also