MarkLogic XCC/.Net Library

ContentCreateOptions.Language Property

Document language property. The language name to associate with inserted documents. A value of

en
indicates that the document is in English. The default is null, which indicates to use the server default.

[Visual Basic]
Overridable Public Property Language As String
[C#]
public virtual string Language {get; set;}

See Also

ContentCreateOptions Class | Marklogic.Xcc Namespace