Recognizers.GetDefaultRecognizer Method
Recognizers.GetDefaultRecognizer Method |
Returns the default recognizer.
Overload List
public Recognizer GetDefaultRecognizer() public Recognizer GetDefaultRecognizer(Int32)
Remarks
Each language can have a default recognizer. For example, a user can have a default recognizer for U.S. English and a default recognizer for French. If no locale is specified, this method returns the recognizer for the active input locale. To select the active input locale, in the Regional and Language Options in ControlPanel, on the Languages tab, click Details, and then select Default input language.
For more information about national language support (NLS), see NLS Terminology .
Examples
See Also