VDocs.NET
Back to DOM

DOM.Styles.Languages

Namespace: DOM.Styles

Represents language/culture preferences for different script categories used by the document.

groupsvalues that indicate the intended language or locale for specific script categories (Latin, complex scripts, East Asian). Rendering, spell-checking, hyphenation and font selection logic can consult these values to make locale-aware decisions. Properties are nullable so consumers can fall back to document-wide or system defaults when a specific script language is not specified.

3 members

Properties

ComplexScriptsCultureInfo

Gets or sets the culture information for complex-script languages (such as Arabic or Hebrew).

EastAsiaCultureInfo

Gets or sets the culture information for East Asian script text (CJK).

LatinCultureInfo

Gets or sets the culture information for Latin (Western) script text.

VDocs.NET
The .NET Word Document Library

Generate Word
documents.
Not XML.

Create professional documents in .NET without the complexity of OpenXML or Word Interop.

C#VB.NET
var doc = new WordDocument();

doc.AddParagraph()
   .AddText("Invoice")
   .SetHeading(HeadingLevel.Title);

doc.Save("invoice.docx");

Sign In

Welcome back. Please sign in to your account.

Forgot password?
or
Create an account

By signing in, you agree to our Terms of Service and Privacy Policy.