CNInstantMessageAddress.LocalizeService Method

Definition

Overloads

LocalizeService(CNInstantMessageServiceOption)

Returns the localized string for the specified serviceOption.

LocalizeService(NSString)

Returns the localized name of the service.

LocalizeService(CNInstantMessageServiceOption)

Returns the localized string for the specified serviceOption.

public static string LocalizeService (Contacts.CNInstantMessageServiceOption serviceOption);
static member LocalizeService : Contacts.CNInstantMessageServiceOption -> 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