Enum LanguageTagValidationMode
Enumeration of the forms of language tag validation supported by the library.
Namespace: VDS.RDF
Assembly: dotNetRdf.dll
Syntax
public enum LanguageTagValidationMode
Fields
Name | Description |
---|---|
None | Do not perform any validation on language tags |
Turtle | Validate language tags against the production defined in the Turtle 1.1 specification |
WellFormed | Validate that language tags are well-formed according to the rules defined by the BCP-47 specification. |