Foundation.NSLocale: Method Members

The methods of Foundation.NSLocale are listed below. For a list of all members, see the NSLocale Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

static
CanonicalLanguageIdentifierFromString(string) : string
Returns the canonical language identifier for the specified arbitrary locale identification string.
static
CanonicalLocaleIdentifierFromString(string) : string
Returns the canonical locale identifier for the specified arbitrary locale identification string.
static
ComponentsFromLocaleIdentifier(string) : NSDictionary
Parses the specified locale identifier.
Copy(NSZone) : NSObject
Performs a copy of the underlying Objective-C object.
EncodeTo(NSCoder)
Encodes the state of the object on the provided encoder
static
FromLocaleIdentifier(string) : NSLocale
The NSLocale for the specified locale identifier.
static
GetCharacterDirection(string) : NSLocaleLanguageDirection
The language direction for the specified language.
GetCountryCodeDisplayName(string) : string
Documentation for this section has not yet been entered.
GetCurrencyCodeDisplayName(string) : string
Documentation for this section has not yet been entered.
GetIdentifierDisplayName(string) : string
Documentation for this section has not yet been entered.
GetLanguageCodeDisplayName(string) : string
Documentation for this section has not yet been entered.
static
GetLineDirection(string) : NSLocaleLanguageDirection
The line direction for the specified language.
static
LocaleIdentifierFromComponents(NSDictionary) : string
Generates the locale identifier from the specified dictionary of components.