MonobjcMonobjc Documented Class Library
ABLocalizedPropertyOrLabel Method (propertyOrLabel)
NamespacesMonobjc.AddressBookAddressBookFrameworkABLocalizedPropertyOrLabel(NSString)

Returns the localized version of a built in property, label, or key.

Original signature is 'NSString * ABLocalizedPropertyOrLabel ( NSString *propertyOrLabel );'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSString ABLocalizedPropertyOrLabel(
	NSString propertyOrLabel
)
Public Shared Function ABLocalizedPropertyOrLabel ( _
	propertyOrLabel As NSString _
) As NSString
public:
static NSString^ ABLocalizedPropertyOrLabel(
	NSString^ propertyOrLabel
)
Parameters
propertyOrLabel (NSString)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.AddressBook.AddressBookFramework.ABLocalizedPropertyOrLabel(Monobjc.Foundation.NSString)"]

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.AddressBook (Module: Monobjc.AddressBook)