How to localize open dialog box?
-
I am using Windows 2000 Professional (English) and Visual Studio 6.0 (English, entrerprise edition) for the development. I have created an SDI application for supporting Japanese language. In this SDI all menus are Japanese(this is what I needed). But the open dialog box still display in English. How can I change this too to Japanese? Thanks in advance Jahfer.
-
I am using Windows 2000 Professional (English) and Visual Studio 6.0 (English, entrerprise edition) for the development. I have created an SDI application for supporting Japanese language. In this SDI all menus are Japanese(this is what I needed). But the open dialog box still display in English. How can I change this too to Japanese? Thanks in advance Jahfer.
-
I am using Windows 2000 Professional (English) and Visual Studio 6.0 (English, entrerprise edition) for the development. I have created an SDI application for supporting Japanese language. In this SDI all menus are Japanese(this is what I needed). But the open dialog box still display in English. How can I change this too to Japanese? Thanks in advance Jahfer.
Replace MFC71.DLL with MFC71JPN.DLL on your machine. Microsoft provides the translated MFC libraries with Visual Studio.NET 2003 and places them automatically in your System32 folder while installing Visual Studio. You can find separate MFC DLLs for most of the languages. Regards,
-
I am using Windows 2000 Professional (English) and Visual Studio 6.0 (English, entrerprise edition) for the development. I have created an SDI application for supporting Japanese language. In this SDI all menus are Japanese(this is what I needed). But the open dialog box still display in English. How can I change this too to Japanese? Thanks in advance Jahfer.
Thank u for all replies. Actually, the problem with me was that I didn't used UNICODE macro. When I took a UNICODE build, the letters changed to Japanese. But the "open" and "cancel" text on the button still remains same. Is there any way to change this? Jahfer V P.