Return: string
Table of contents
ARGUMENT |
TYPE |
DESCRIPTION |
---|---|---|
|
undefined
|
|
|
undefined
|
|
|
undefined
|
|
|
undefined
|
METHOD |
RETURN |
DESCRIPTION |
---|---|---|
function
|
Creates a localization function bound to the specified package ID |
|
The method that transforms currency in accordance with the current locale |
||
The method that transforms date in accordance with the current locale |
||
The method that transforms date and time in accordance with the current locale |
||
The method that transforms number in accordance with the current locale |
||
The method that transforms time in accordance with the current locale |
||
Creates a localization function bound to the specified package ID.
Return: function
ARGUMENT |
TYPE |
DESCRIPTION |
---|---|---|
|
String
|
Package APS ID. |
The method that transforms currency in accordance with the current locale.
ARGUMENT |
TYPE |
DESCRIPTION |
---|---|---|
|
undefined
|
Number. |
|
undefined
|
Currency in ISO 4217 code, e.g. USD. |
The method that transforms date in accordance with the current locale.
ARGUMENT |
TYPE |
DESCRIPTION |
---|---|---|
|
undefined
|
Date value. String or Date. |
The method that transforms date and time in accordance with the current locale.
ARGUMENT |
TYPE |
DESCRIPTION |
---|---|---|
|
undefined
|
Date value. String or Date. |
The method that transforms number in accordance with the current locale.
ARGUMENT |
TYPE |
DESCRIPTION |
---|---|---|
|
undefined
|
Number. |
The method that transforms time in accordance with the current locale.
ARGUMENT |
TYPE |
DESCRIPTION |
---|---|---|
|
undefined
|
Date value. String or Date. |