MonobjcMonobjc Documented Class Library
SystemLocale Property
NamespacesMonobjc.FoundationNSLocaleSystemLocale

Returns the “root”, canonical locale, that contains fixed “backstop” settings that provide values for otherwise undefined keys.

Original signature is '+ (id)systemLocale'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static Id SystemLocale { get; }
Public Shared ReadOnly Property SystemLocale As Id
	Get
public:
static property Id^ SystemLocale {
	Id^ get ();
}
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)