[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


        Starting with V40, locale.library maintains a global environment
        variable called "Language" which contains the name of the current
        default language as used in the system. This is the name of the
        language associated with the locale structure returned by
        OpenLocale(NULL).

   EXAMPLE
        From a shell:

                Echo "The system language currently is: $Language"

        will print the name of the current system language ("english",
        "français", etc)