BaseLiteralNode.Language Property |
Gives the Language Specifier for the Literal (if it exists) or the Empty String.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic string Language { get; }
Public ReadOnly Property Language As String
Get
Property Value
Type:
StringImplements
ILiteralNode.Language
See Also