| SignDocDocumentgetDocumentLanguage Method |
Get the document's natural language.
That language applies to all text unless overridden locally.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.7023.29499
Syntaxpublic string getDocumentLanguage()
Return Value
Type:
String The natural language of the document as RFC 3066 language tag.
Example: "en-US". If the document does not specify a natural
language, an empty string will be returned.
See Also