alternateLanguages

Returns the list of 'active scripting' languages that are installed on the system.

# Metadata

Platforms: desktop OS: mac, windows, web Introduced: 1.1 Security:

# Syntax

the alternateLanguages

# Examples

the alternateLanguages

if "AppleScript" is among the lines of the alternateLanguages then do tScript as AppleScript end if

# Description

Use the alternateLanguages function to find out what scripting languages (in addition to LiveCode) are available for use with the do command.

Mac OS and OS X systems support system-wide script languages (such as AppleScript) through the Open Scripting Architecture (OSA). You can write statements in any OSA language and execute them using the do command.

Windows systems support scripting through the "active scripting" functionality of the Windows Script Host. You can write statements in any "active scripting" language and execute them using the do command.

Web systems support executing JavaScript within the context of the browser host.

# Tags

# See

- **command:** do - **glossary:** LiveCode, return - **control structure:** function