412
ActionScript classes
isDebugger (capabilities.isDebugger property)
public static isDebugger : Boolean [read-only]
A Boolean value that indicates whether the player is an officially released version (
false
) or a
special debugging version (
true
). The server string is
DEB
.
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,
fr
specifies French.
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 (
en-US
). In Flash Player 7, English
systems return only the language code (
en
). Second, on Microsoft Windows systems this
property now returns the User Interface (UI) Language. In Flash Player 6 on the Microsoft
Windows platform,
System.capabilities.language
returns the User Locale, which
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
Tag
Czech
cs
Danish
da
Dutch
nl
English
en
Finnish
fi
French
fr
Summary of Contents for FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
Page 1: ...ActionScript 2 0 Language Reference ...
Page 1352: ...1352 ActionScript classes ...