|
-
May 28th, 2001, 03:27 AM
#1
Different languages and resource files
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
[email protected]
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
-
May 28th, 2001, 10:52 PM
#2
Re: Different languages and resource files
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|