Share via


NSSpellChecker.GetLanguage Method

Definition

Overloads

GetLanguage()

[Foundation.Export("language")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
protected virtual string GetLanguage();
[<Foundation.Export("language")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLanguage : unit -> string
override this.GetLanguage : unit -> string

Returns

Attributes

Applies to

GetLanguage(NSRange, String, NSOrthography)

[Foundation.Export("languageForWordRange:inString:orthography:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string GetLanguage(Foundation.NSRange forWordRange, string inString, Foundation.NSOrthography orthography);
[<Foundation.Export("languageForWordRange:inString:orthography:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetLanguage : Foundation.NSRange * string * Foundation.NSOrthography -> string
override this.GetLanguage : Foundation.NSRange * string * Foundation.NSOrthography -> string

Parameters

forWordRange
NSRange
inString
String
orthography
NSOrthography

Returns

Attributes

Applies to