Aspose::Pdf::Tagged::ITaggedContent::SetLanguage method

ITaggedContent::SetLanguage method

virtual void Aspose::Pdf::Tagged::ITaggedContent::SetLanguage(System::String lang)=0
ParameterTypeDescription
langSystem::StringA 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.

Remarks

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.

See Also