MonobjcMonobjc Documented Class Library
DominantLanguage Property
NamespacesMonobjc.FoundationNSOrthographyDominantLanguage

Returns the first language in the list of languages for the dominant script. (read-only)

Original signature is '@property(readonly) NSString *dominantLanguage'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString DominantLanguage { get; }
Public Overridable ReadOnly Property DominantLanguage As NSString
	Get
public:
virtual property NSString^ DominantLanguage {
	NSString^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)