MonobjcMonobjc Documented Class Library
RegisterLanguageByVendor Method (language, vendor)
NamespacesMonobjc.FoundationNSSpellServerRegisterLanguageByVendor(NSString, NSString)

Notifies the receiver of a language your spelling checker can check.

Original signature is '- (BOOL)registerLanguage:(NSString *)language byVendor:(NSString *)vendor'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool RegisterLanguageByVendor(
	NSString language,
	NSString vendor
)
Public Overridable Function RegisterLanguageByVendor ( _
	language As NSString, _
	vendor As NSString _
) As Boolean
public:
virtual bool RegisterLanguageByVendor(
	NSString^ language, 
	NSString^ vendor
)
Parameters
language (NSString)
A string specifying the English name of a language on Apple’s list of languages.
vendor (NSString)
A string that identifies the vendor (to distinguish your spelling checker from those that others may offer for the same language).
Return Value
Returns YES if the language is registered, NO if for some reason it can’t be registered.
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.Foundation (Module: Monobjc.Foundation)