Click to See Complete Forum and Search --> : Different languages and resource files


Cakkie
May 28th, 2001, 03:27 AM
I,m developing a webapplication which needs to be translated in several languages. The output is generated via a dll. This dll uses a resource file where the language specific output is located. The dll always uses english, because this is the language of the system it runs on. My question is simple, can I let the dll choose the language, so that i can get the appropriate language for each user, or do I have to use an alternative to accomplish this. To put it in other words: Pete wants English, Dave wants Dutch and Kelly needs Frensh. Can this be done using resource files?

Tom Cannaerts
slisse@planetinternet.be

Programming today is a race between software engineers striving to build bigger and better idot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook

dineshasanka
May 28th, 2001, 10:52 PM
U can use multiple language string table to do this.When user change the current language of the system from the application it retrive the correct language.


Dinesh Asanka