Package | Description |
---|---|
crossmobile.ios.foundation | |
crossmobile.ios.storekit | |
crossmobile.ios.uikit |
Modifier and Type | Method and Description |
---|---|
static NSLocale |
NSLocale.currentLocale()
Returns user's current logical locale.
|
static NSLocale |
NSLocale.systemLocale()
Returns system's default locale.
|
Modifier and Type | Method and Description |
---|---|
static String |
NSString.initWithFormat(String format,
NSLocale loc,
Object... args)
Get a localized version of a formatted String
|
Modifier and Type | Method and Description |
---|---|
NSLocale |
SKProduct.priceLocale()
Returns the locale used for the price of the product.
|
Modifier and Type | Method and Description |
---|---|
static SKProduct |
StoreDrill.newSKProduct(String locDescription,
String locTitle,
double price,
NSLocale locale,
String prodId) |
Modifier and Type | Method and Description |
---|---|
NSLocale |
UIDatePicker.locale()
Returns the locale of this date picker.
|
Modifier and Type | Method and Description |
---|---|
void |
UIDatePicker.setLocale(NSLocale locale)
Sets the local format of date that this date picker will display.
|
Copyright © 2020. All rights reserved.