NSLocale.FromLocaleIdentifier(String) Method

Definition

The NSLocale for the specified locale identifier.

[Foundation.Export("localeWithLocaleIdentifier:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSLocale FromLocaleIdentifier (string ident);
static member FromLocaleIdentifier : string -> Foundation.NSLocale

Parameters

ident
String

Returns

Attributes

Applies to