isDebugger (capabilities.isDebugger property)
public static isDebugger : Boolean [read-only]
A Boolean value that indicates whether the player is an officially released version (
special debugging version (
Availability: ActionScript 1.0; Flash Player 6
Example
The following example traces the value of this read-only property:
trace(System.capabilities.isDebugger);
language (capabilities.language property)
public static language : String [read-only]
Indicates the language of the system on which the player is running. This property is specified
as a lowercase two-letter language code from ISO 639-1. For Chinese, an additional uppercase
two-letter country code subtag from ISO 3166 distinguishes between Simplified and
Traditional Chinese. The languages themselves are named with the English tags. For example,
specifies French.
fr
This property changed in two ways for Flash Player 7. First, the language code for English
systems no longer includes the country code. In Flash Player 6, all English systems return the
language code and the two-letter country code subtag (
systems return only the language code (
property now returns the User Interface (UI) Language. In Flash Player 6 on the Microsoft
Windows platform,
controls settings for formatting dates, times, currency and large numbers. In Flash Player 7 on
the Microsoft Windows platform, this property now returns the UI Language, which refers to
the language used for all menus, dialog boxes, error messages and help files. The following
table lists the possible values:
Language
Czech
Danish
Dutch
English
Finnish
French
412
ActionScript classes
). The server string is
true
). Second, on Microsoft Windows systems this
en
System.capabilities.language
Tag
cs
da
nl
en
fi
fr
.
DEB
). In Flash Player 7, English
en-US
returns the User Locale, which
) or a
false
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?