Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - __lib_lang force library language http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 __lib_lang          Force library language
------------------------------------------------------------------------------
 Declaration
   system.hdr

 Syntax
   char(7) __lib_lang

 Default
   Version dependent.

 Description
   The __lib_lang system variable contains the language of the Force runtime
   library, e. g. "English".

 Example
   #define EXAMPLE_SYSTEM
   #include example.hdr

   proc Test_lib_lang
   ? "Force library language is", __lib_lang
   endproc

   proc main
   Test_lib_lang()
   endproc

See Also: version()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson