func registerLanguage (String?, byVendor : String?) -> Bool
Notifies the receiver of a language your spelling checker can check.
あなたのスペルチェッカーが検査できる言語のレシーバに通知します。
Availability 有効性
Technology
func run()
This method starts a loop that never returns; you need to set the NSSpell
object’s delegate before sending this message.
このメソッドは決して復帰しないループを開始します;あなたはNSSpell
オブジェクトのもつ委任先をこのメッセージを送る前に設定する必要があります。
func registerLanguage (String?, byVendor : String?) -> Bool
var delegate: NSSpellServerDelegate?