CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    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
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  2. #2
    Join Date
    Dec 2000
    Location
    Colombo,Srilanka
    Posts
    50

    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
  •  





Click Here to Expand Forum to Full Width

Featured