ABAddressBook.LocalizedLabel(NSString) Method

Definition

Localize a record-property label into the current UI language.

public static string LocalizedLabel (Foundation.NSString label);
static member LocalizedLabel : Foundation.NSString -> string

Parameters

label
NSString

A NSString containing the label to localize.

Returns

A T:System.String containing the localized version of the record-property label label.

Remarks

label should be a field from one of the ABPerson*Label types, e.g. iPhone.

Applies to