Version

LanguageParser Property

Gets/Sets the language parser to use.
Syntax
'Declaration
 
Public Property LanguageParser As LanguageType
public LanguageType LanguageParser {get; set;}
Remarks
This should match the language of the main dictionary where possible. This is used to give hints to the parser about how punctuation is used (e.g. apostrophe is used differently in English and French).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also