Re: Done Resource Dll
From: Tom Serface (tserface_at_msn.com)
Date: 02/23/04
- Next message: Doug Harrison [MVP]: "Re: Question about possible memory leak"
- Previous message: Jase: "Re: Get data into Edit contrls on KillFocus"
- In reply to: Manoj: "Done Resource Dll"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 23 Feb 2004 14:32:55 -0800
Hi Manoj,
If you don't use a string table you will need to use some sort of external
file and read the strings in at run time. A string table is very easy to
use with MFC and lots of the MFC functions are set up to use string table
ID's as arguments. I don't know of any automatic way to do translations.
There are a lot of esoteric differences in the different languages and it is
usually better to have a native speaker help with the translation. We use a
company called LionBridge and they've done a great job on all of the
translations we've needed thus far. I'm sure there are many other companies
in the translation business. If you use a string table you can simply
deliver your .RC file to the translator and get one ore more .RC files back
in return to use in your program. That means you don't need to give away
your source code simply for the sake of translation.
HTH,
Tom
"Manoj" <cmanoj@stellarinfo.com> wrote in message
news:uujd6Ye%23DHA.2168@TK2MSFTNGP12.phx.gbl...
> Sir
> Thanks your supporting for Resource Dll.
> Now i want to know
> if i don't use string resource in my program and i want to make an
> international application.
> Then is there any procedure which convert one language into another means
> when i execute my program then it detect default language(say chinese)
and
> convert my application language into it's default language(chinese).
> So plz tell me how should i do it?
>
> I think u understood my problem.
> So give any reply.
> Thanks
>
>
- Next message: Doug Harrison [MVP]: "Re: Question about possible memory leak"
- Previous message: Jase: "Re: Get data into Edit contrls on KillFocus"
- In reply to: Manoj: "Done Resource Dll"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|