Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 463 Bytes

File metadata and controls

21 lines (12 loc) · 463 Bytes

fl.languageCode

Availability

Flash CS5 Professional.

Usage

fl.languageCode

Description

Property; a string that returns the five character code identifying the locale of the application’s user interface.

Example

The following example returns the five character langauge code indicated by the Flash application’s localized user interface:

 locConfigURI = fl.applicationURI + fl.languageCode + "/Configuration";