|
countryCode
|
|
|
Access
|
read-only
|
|
Returns
|
String
|
|
countryName
|
|
|
Access
|
read-only
|
|
Returns
|
String
|
|
break type string
|
|
|
Parameters
|
int type
The type of boundaries to split the string on. Possible values are in fLocale-BreakTypes.
String string
The string to split.
|
|
Returns
|
DOMString[]. An array containing all the parts of the string, separated at the required boundaries.
|
|
compare string1 string2
|
|
|
Parameters
|
String string1
The first string to compare.
String string2
The second string to compare.
|
|
Returns
|
int. This returns 0 if the strings are equal, -1 if string1 sorts before string2, and 1 if string1 sorts after string2.
|
|
fLocale countryCode
|
|
|
Parameters
|
String countryCode
The country code for this locale.
|
|
Returns
|
fLocale. The newly created fLocale object.
|