windows-nt/Source/XPSP1/NT/inetsrv/query/web/dll/wqlocale.hxx

22 lines
626 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// Copyright (C) 1996, Microsoft Corporation.
//
// File: wqlocale.hxx
//
// Contents: WEB locale functions
//
// History: 96/May/2 DwightKr Created
//
//----------------------------------------------------------------------------
#pragma once
LCID GetBrowserLCID( CWebServer & webServer, XArray<WCHAR> & wcsHttpLanguage);
LCID GetQueryLocale( WCHAR const * wcsCiLocale,
CVariableSet & variableSet,
COutputFormat & outputFormat,
XArray<WCHAR> & xLocale );