Re: kABHomeLabel … and companions
Re: kABHomeLabel … and companions
- Subject: Re: kABHomeLabel … and companions
- From: Vince DeMarco <email@hidden>
- Date: Fri, 21 Sep 2012 13:33:37 -0700
On Sep 13, 2012, at 7:45 PM, Erik Stainsby <email@hidden> wrote:
> Hello folks,
>
> So the AddressBook framework's xxxLabel keys render out as strings encoded like so: _$!<Home>!$_, _$!<Work>!$_, _$!<Mobile>!$_ Is there framework method I am meant to use with the property keys kABHomeLabel, kABWorkLabel, etc, to render a legible text outcome ? Or am I meant to create my own lookup reference and to translate them as I see fit ?
>
>
Try this
// ================================================================
// Localization of property or label
// ================================================================
// Returns the localized version of built in properties, labels or keys
// Returns propertyOrLabel if not found (e.g. if not built in)
NSString *ABLocalizedPropertyOrLabel(NSString *propertyOrLabel);
in ABGlobals.h
> Erik Stainsby
> email@hidden
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden