[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.GcWordLayout.Language

Language Property

Language

Gets or sets the default natural language for all text in the document.

A language identifier shall either be the empty text string, to indicate that the language is unknown, or a Language-Tag as defined in RFC 3066, Tags for the Identification of Languages.

Declaration
public string Language { get; set; }
Public Property Language As String