How To Create Localized Resource DLLs for MFC Application (198846)
The information in this article applies to:
- Microsoft Visual Studio 97
- Microsoft Visual C++, 32-bit Professional Edition 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
This article was previously published under Q198846 SUMMARY
Resource DLLs are an efficient means for using resources in different
languages. Applications can supply a single DLL that has localized
resources through their setup program. Changing to another language is a
simple matter of using the correct DLL.
The information below discusses how to make a localized resource DLL
with Visual C++ 5.0.
REFERENCES
Tech note 56 (TN056) describes use of localized MFC resources (MFC40LOC.DLL).
Tech note 57 (TN057) describes some of the designs and procedures you
can use to localize your component, be it an application or an OLE
control, or a DLL that uses MFC.
Tech note 23 (TN023) describes the standard resources provided with and
needed by the MFC library.
For additional information about the Microsoft Foundation Classes included with Visual C++ versions 2.2 and earlier, please see the following
article in the Microsoft Knowledge Base: 147149 "How to Localize Resources with Foundation Classes"
(c) Microsoft Corporation 1999, All Rights Reserved. Contributions by Isaac Varon, Microsoft Corporation.
Modification Type: | Minor | Last Reviewed: | 7/1/2004 |
---|
Keywords: | kbhowto kbIntl kbIntlDev KB198846 |
---|
|