Get or set the language tag for the literal.

Namespace: BrightstarDB.Rdf
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public string Language { get; }
Visual Basic
Public ReadOnly Property Language As String
	Get
Visual C++
public:
property String^ Language {
	String^ get ();
}
F#
member Language : string with get

Property Value

Type: String

Remarks

Returns Empty if the literal has no language tag. Use String.Empty or NULL to clear an existing language tag.

See Also