ITaggedContent.SetLanguage

ITaggedContent.SetLanguage method

Sets natural language for pdf document.

A language identifier that shall specify the natural language for all text in the document except where overridden by language specifications for structure elements or marked content.

public void SetLanguage(string lang)
ParameterTypeDescription
langStringA 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.

See Also