BasePropertyLanguage Property

This is used to set or get the language used for the value

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string Language { get; set; }

Property Value

String
If not set, it is assumed to be en-US (US English). The value should be a language string as defined in RFC 1766 but the class does not enforce this through validation.

See Also