NSSpellChecker.GetLanguage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetLanguage() | |
GetLanguage(NSRange, String, NSOrthography) |
GetLanguage()
[Foundation.Export("language")]
protected virtual string GetLanguage ();
abstract member GetLanguage : unit -> string
override this.GetLanguage : unit -> string
Returns
- Attributes
Applies to
GetLanguage(NSRange, String, NSOrthography)
[Foundation.Export("languageForWordRange:inString:orthography:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string GetLanguage (Foundation.NSRange forWordRange, string inString, Foundation.NSOrthography orthography);
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