
rdf.langStringLanguage( val as rdf.langString ) as String
Returns the language of an
rdf.langString value.
This function is a built-in.
| Parameters | |
|---|---|
| val | The rdf:langString value. |
rdf.langStringLanguage(rdf.langString("http://foo/bar", "en"));
=> en
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.