CNLabeledValue<ValueType>.LocalizeLabel(NSString) Method

Definition

Returns the localized version of the label.

[Foundation.Export("localizedStringForLabel:")]
public static string LocalizeLabel (Foundation.NSString labelKey);
static member LocalizeLabel : Foundation.NSString -> string

Parameters

labelKey
NSString

The label to localize.

Returns

The localized version of the label.

Attributes

Applies to