This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



OSALANG(1)                               BSD General Commands Manual                              OSALANG(1)

NAME
     osalang -- information about installed OSA languages

SYNOPSIS
     osalang [-dlL]

DESCRIPTION
     osalang prints information about installed OSA languages.  With no options, it prints an unadorned list
     of language names to standard output.  These names can be passed to the -l options of osacompile(1) and
     osascript(1).  The options are as follows:

     -d    Only print the default language.

     -l    List in long format.  For each language, osalang will print its component subtype, manufacturer,
           and capability flags.  There are eight groups of optional routines that scripting components can
           support.  Each flag is either a letter, meaning the group is supported, or `-', meaning it is
           not.  The letters map to the following groups:

                 c     compiling scripts.
                 g     getting source data.
                 x     coercing script values.
                 e     manipulating the event create and send functions.
                 r     recording scripts.
                 v     ``convenience'' APIs to execute scripts in one step.
                 d     manipulating dialects.
                 h     using scripts to handle Apple Events.

           For descriptions of the groups and the APIs in each of them, see
           <http://developer.apple.com/documentation/mac/IAC/IAC-361.html>.

     -L    Same as -l, but also prints the description of each component after its name.

SEE ALSO
     osacompile(1), osascript(1)

Mac OS X                                         May 1, 2001                                        Mac OS X

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...