CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    10

    Problem with international Stringtable



    Following problem:

    In my application I added a Resourcefile with 2 Stringtables supporting ENGLISCH(USA) and DEUTSCHLAND(DEUTSCHLAND). When I run the app in the VB workspace it works properly, but the compiled EXE-Version only shows german strings regardless of the country settings.


    But same application on Win NT 4.0 runs properly!!!!!


    Developers of the world - please help me!


    Thanks

    Ralf


    [email protected]

  2. #2
    Join Date
    Jan 1999
    Posts
    3

    Re: Problem with international Stringtable



    What are you using to determine the target platform's language ?



  3. #3
    Join Date
    Apr 1999
    Posts
    10

    Re: Problem with international Stringtable



    I do nothing to determine the target platform's language explicitly. I thought the application determines the language automatically and choose then the right stringtable? - and normally it works.


    Ralf

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