Platforms to show: All Mac Windows Linux Cross-Platform
Back to NSLocaleMBS class.
NSLocaleMBS.alternateQuotationBeginDelimiter as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 24.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Examples of alternate begin quotation symbols include "‘", "‹", and "『".
(Read only property)
NSLocaleMBS.alternateQuotationEndDelimiter as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 24.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Examples of alternate end quotation symbols include "’", "›", and "』".
(Read only property)
NSLocaleMBS.calendarIdentifier as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 24.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Possible values are listed in Calendar Identifiers.
Use localizedStringForCalendarIdentifier() to obtain a version of the value suitable for display to the user.
(Read only property)
NSLocaleMBS.CollationIdentifier as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.collatorIdentifier as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 24.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
An example collator identifier is "en".
Use localizedStringForCollatorIdentifier() to obtain a version of the value suitable for display to the user.
(Read only property)
NSLocaleMBS.CountryCode as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
An example value might be "ES".
Available in Mac OS X v10.4 and later.
This code here is the country where the number and date settings belong to. This is not the language the user has. To get the languages, check the preferredLanguages array.
(Read only property)
NSLocaleMBS.CurrencyCode as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.CurrencySymbol as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.DateFull as NSLocaleDateMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop, Console & Web |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.DateLong as NSLocaleDateMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop, Console & Web |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.DateMedium as NSLocaleDateMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop, Console & Web |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.DateShort as NSLocaleDateMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | Desktop, Console & Web |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.DecimalSeparator as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.GroupingSeparator as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.Identifier as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
An example value might be "es_ES_PREEURO".
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.LanguageCode as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
An example value might be "es".
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.languageIdentifier as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 24.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
For example, returns "en-US" for "en_US@rg=gbzzzz" locale.
(Read only property)
NSLocaleMBS.localeIdentifier as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 9.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The identifier for the receiver. This may not be the same string that the locale was created with, since NSLocale may canonicalize it.
Available in Mac OS X v10.4 and later.
Examples of locale identifiers include "en_GB", "es_ES_PREEURO", and "zh-Hant_HK_POSIX@collation=pinyin;currency=CNY".
(Read only property)
NSLocaleMBS.MeasurementSystem as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.NumberCurrency as NSLocaleNumberMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.NumberDecimal as NSLocaleNumberMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.NumberPercent as NSLocaleNumberMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.NumberScientific as NSLocaleNumberMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.NumberSpellOut as NSLocaleNumberMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.quotationBeginDelimiter as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 24.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The corresponding value is an NSString object; for example, "“", "„", "«", or "「".
(Read only property)
NSLocaleMBS.quotationEndDelimiter as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 24.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The corresponding value is an NSString object; for example, "”", "“", "»", or "」".
(Read only property)
NSLocaleMBS.regionCode as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 24.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
If the `rg` subtag is present, the value of the subtag will be used. For example, returns "GB" for "en_US@rg=gbzzzz" locale.
If the `localeIdentifier` doesn’t contain a region, returns empty string.
(Read only property)
NSLocaleMBS.ScriptCode as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.UsesMetricSystem as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Available in Mac OS X v10.4 and later.
(Read only property)
NSLocaleMBS.VariantCode as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Currency, Date and Time Format | MBS MacBase Plugin | 7.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
An example value might be "PREEURO".
Available in Mac OS X v10.4 and later.
(Read only property)
The items on this page are in the following plugins: MBS MacBase Plugin.
