Re: Multi-language support on MFC app.

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi, David,
Thanks for the quick response.
(1) The string displayed as a series of squares.
(2) I am sure that App is using correct resouce dll.
(3) Project is set to use Unicode, but resource file itself is not, as
VisualStudio cannot edit unicode resource files.
(4) No, they look like squares unless I run NJStar communicator (this is a
program to display Chinese characters on I.E. etc.). But when I app, even
with NJStar running, the string displayed as squares.

Michael

"David Lowndes" wrote:

> >The popular way of implementing multi language support is to use satellite
> >dlls, where each lanugage has its own resource only dll. I am having problem
> >for languages such as Japanese or Chinese when MFC app is running under
> >English O.S. The string is not displayed properly.
>
> Michael,
>
> So, how is it displayed?
> Is your application getting the string from the correct resource DLL?
> Is the resource file Unicode or MBCS?
> If you open the resource DLL in Visual Studio, are the resource
> strings what you expect?
>
> Dave
>
.



Relevant Pages

  • Re: Change the font
    ... I don't have code of DLL. ... I think we should have facility to change the font of any string. ... I have also tried by taking a unicode string and converting it to ... display strings that contain ASCII characters only. ...
    (microsoft.public.vc.mfc.docview)
  • Re: messabebox(...) v afxmessanebox
    ... "Roger Rabbit" wrote in message ... This is not so useful in AfxMessageBox since you can pass in an ID directly, but for other thing where you want to get a string from the resource table like: ... display a message for development testing? ...
    (microsoft.public.vc.mfc)
  • Re: Change the font
    ... In my MFC application, i took a unicode stringand convert it to ... ansi string(char*), then i display this string in message box which display ... then i pass this string in a function of dll. ...
    (microsoft.public.vc.mfc.docview)
  • Re: Comctl32.dll versions
    ... of a specific DLL except the developerof the DLL (at least one has to ... some DLLs specific to or shipped with a certain version of Windows/MS ... version resource; shown at the top of the file version property page) ... product version (string, part of the file's version resource, may be ...
    (microsoft.public.vb.general.discussion)
  • Re: Use special C++ DLL in VB
    ... >string table stored. ... You will need to use the resource API functions to access the ... resources within the DLL. ...
    (microsoft.public.vb.general.discussion)