CNLabeledValue<ValueType>.LocalizeLabel(NSString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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