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:
javascript
locConfigURI = fl.applicationURI + fl.languageCode + "/Configuration";