home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / CLASSSRC.PAK / LOCALEID.CPP < prev    next >
C/C++ Source or Header  |  1995-08-29  |  525b  |  12 lines

  1. //----------------------------------------------------------------------------
  2. // (C) Copyright 1994 by Borland International, All Rights Reserved
  3. //
  4. // TLocaleString default native language for symbols, only if not user-defined
  5. //----------------------------------------------------------------------------
  6. #if !defined(_Windows)
  7. # define _Windows      // pretend we are in windows to get the headers we need
  8. #endif
  9. #include <osl/locale.h>
  10.  
  11. TLangId TLocaleString::NativeLangId = TLocaleString::GetSystemLangId();
  12.