//+----------------------------------------------------------------------- 
// 
//  TDC Array 
//  Copyright (C) Microsoft Corporation, 1996, 1997 
// 
//  File:       LangCode.h 
// 
//  Contents:   Declaration of the LocalNameToLCID() function 
// 
//------------------------------------------------------------------------ 
 
#ifndef LANGCODE_H 
#define LANGCODE_H 
 
extern LCID LocalNameToLCID(LPWCH pwchLocaleName); 
 
#endif