case "pl":
/:myText += "language is Polish" add newline;
break;
case "pt":
/:myText += "language is Portuguese" add newline;
break;
case "ru":
/:myText += "language is Russian" add newline;
break;
case "sv":
/:myText += "language is Swedish" add newline;
break;
case "tr":
/:myText += "language is Turkish" add newline;
break;
case "xu":
/:myText += "language is indeterminable" add newline;
break;
case "zh-CN":
/:myText += "language is simplified Chinese" add newline;
break;
case "zh-TW":
/:myText += "language is traditional Chinese" add newline;
break;
}
GetLocaleLongDate
Availability
Flash Lite 1.1.
Description
Sets a parameter to a string that represents the current date, in long form, formatted according
to the currently defined locale.
Command
"GetLocaleLongDate"
136
Flash Lite Specific Language Elements
Parameters
String variable to receive the long
longdate
form of the value of the current date, such as
or
"October 16, 2004"
It can be either the name of a variable or a string
value that contains the name of a variable.
The value returned in
multicharacter, variable-length string. The
actual formatting depends on the device and
the locale.
.
"16 October 2004"
is a
longdate
Value returned
-1: Not supported.
0: Supported.
Need help?
Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?