BasePropertyLanguage Property
This is used to set or get the language used for the value
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public string Language { get; set; }
Public Property Language As String
Get
Set
public:
property String^ Language {
String^ get ();
void set (String^ value);
}
member Language : string with get, set
Property Value
StringIf 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.