Returns the number of words in stringToCount.
Original signature is '- (NSInteger)countWordsInString:(NSString *)stringToCount language:(NSString *)language'
Available in Mac OS X v10.0 and later.

Declaration Syntax
Public Overridable Function CountWordsInStringLanguage ( _
stringToCount As NSString, _
language As NSString _
) As NSInteger

Parameters
- stringToCount (NSString)
- The string to count the words in.
- language (NSString)
- The language of the string.

Return Value
The number of words in the string.

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.AppKit (Module: Monobjc.AppKit)