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.