Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
647 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1996, Microsoft Corporation.
  4. //
  5. // File: wqlocale.hxx
  6. //
  7. // Contents: WEB locale functions
  8. //
  9. // History: 96/May/2 DwightKr Created
  10. //
  11. //----------------------------------------------------------------------------
  12. #pragma once
  13. LCID GetBrowserLCID( CWebServer & webServer, XArray<WCHAR> & wcsHttpLanguage);
  14. LCID GetQueryLocale( WCHAR const * wcsCiLocale,
  15. CVariableSet & variableSet,
  16. COutputFormat & outputFormat,
  17. XArray<WCHAR> & xLocale );