Skip to main content

Language

Type Alias Language 

Source
pub type Language = Property<LanguageTag>;
Expand description

The LANGUAGE property defined by RFC 9554, which is the default language of the text values in the vCard.

Aliased Type§

pub struct Language {
    pub group: Option<GroupName>,
    pub parameters: Parameters,
    pub value: LanguageTag,
}

Fields§

§group: Option<GroupName>

The optional group name that prefixes the property.

§parameters: Parameters

The parameters of the property.

§value: LanguageTag

The value of the property.