Foundation.NSLocale Members

The members of Foundation.NSLocale are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.
Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
AlternateQuotationBeginDelimiterKeystring. Documentation for this section has not yet been entered.
[read-only]
AlternateQuotationEndDelimiterKeystring. Documentation for this section has not yet been entered.
[read-only]
static
AutoUpdatingCurrentLocaleNSLocale. The logical locale of the current user.
[read-only]
static
AvailableLocaleIdentifiersstring[]. Returns an array of available locale identifiers.
[read-only]
CalendarNSCalendar. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
CollationIdentifierstring. Documentation for this section has not yet been entered.
[read-only]
CollatorIdentifierstring. Documentation for this section has not yet been entered.
[read-only]
static
CommonISOCurrencyCodesstring[]. An array of common ISO currency codes.
[read-only]
CountryCodestring. Documentation for this section has not yet been entered.
[read-only]
CurrencyCodestring. Documentation for this section has not yet been entered.
[read-only]
CurrencySymbolstring. Documentation for this section has not yet been entered.
[read-only]
static
CurrentLocaleNSLocale. The logical locale of the current user.
[read-only]
static
CurrentLocaleDidChangeNotificationNSString. Notification constant for CurrentLocaleDidChange
[read-only]
DecimalSeparatorstring. Documentation for this section has not yet been entered.
[read-only]
ExemplarCharacterSetNSCharacterSet. Documentation for this section has not yet been entered.
[read-only]
GroupingSeparatorstring. Documentation for this section has not yet been entered.
[read-only]
Identifierstring. Documentation for this section has not yet been entered.
[read-only]
static
ISOCountryCodesstring[]. All known legal country codes.
[read-only]
static
ISOCurrencyCodesstring[]. All known legal currency codes.
[read-only]
static
ISOLanguageCodesstring[]. All known legal ISO language codes.
[read-only]
LanguageCodestring. Documentation for this section has not yet been entered.
[read-only]
LocaleIdentifierstring. The locale identifier of this NSLocale.
[read-only]
MeasurementSystemstring. Documentation for this section has not yet been entered.
[read-only]
static
PreferredLanguagesstring[]. The user's preferred language(s), ordered by preference.
[read-only]
QuotationBeginDelimiterKeystring. Documentation for this section has not yet been entered.
[read-only]
QuotationEndDelimiterKeystring. Documentation for this section has not yet been entered.
[read-only]
ScriptCodestring. Documentation for this section has not yet been entered.
[read-only]
static
SystemLocaleNSLocale. The system locale.
[read-only]
UsesMetricSystembool. Documentation for this section has not yet been entered.
[read-only]
VariantCodestring. Documentation for this section has not yet been entered.

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.