CNSocialProfile.LocalizeService Method

Definition

Overloads

LocalizeService(CNSocialProfileServiceOption)

Returns the localized string representing the serviceOption.

LocalizeService(NSString)

Returns the localized name of the service.

LocalizeService(CNSocialProfileServiceOption)

Returns the localized string representing the serviceOption.

public static string LocalizeService (Contacts.CNSocialProfileServiceOption serviceOption);
static member LocalizeService : Contacts.CNSocialProfileServiceOption -> string

Parameters

Returns

Applies to

LocalizeService(NSString)

Returns the localized name of the service.

[Foundation.Export("localizedStringForService:")]
public static string LocalizeService (Foundation.NSString service);
static member LocalizeService : Foundation.NSString -> string

Parameters

service
NSString

Returns

Attributes

Applies to