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

    Localization under Win2000

    LoadString does not load string table according to System Locale under Win2000,
    but works properly under WinNT4.0. I have two type of the same resources for two languages. When I start my program under WinNT40 it works perfectly - loads strings according to locale settings. But when I start the program under Win2000 it loads only english resources.



  2. #2
    Join Date
    Apr 2001
    Posts
    2

    Re: Localization under Win2000

    Hi there,
    have you by now find a solution or a workaround for this problem ?
    I'm experiencing the same and MSDN suggests to use seperate dll with the LCID in the name eg res1031.dll
    But i'm not willing to use this solution, as my stringtables and resources in general are not that large. I would appreciate any solution to this problem.

    Tnx in advance




  3. #3
    Join Date
    Jan 2001
    Posts
    3

    Re: Localization under Win2000

    Hello ,
    thank you for your replay.

    Unfortunately we did not find a solution of the problem. We don't want to create million of DLLs , so the problem is still opened for us.

    Sincerely yours,
    Alexey



  4. #4
    Join Date
    Oct 2005
    Posts
    2

    Re: Localization under Win2000

    Hi,

    I am also facing the same problem. Please let me know the answer if you have got any?

    Thanks,
    vivek.

  5. #5
    Join Date
    May 2002
    Posts
    10,943

    Re: Localization under Win2000

    techi_talk,

    There are a few things you might want to look at before posting. You will probably not get a reply to this question of yours. Notice the following...

    First, look at the threads start date. This thread was started over 4 years ago.
    01-25-2001 03:53 AM
    Second, look at the last post date. This too was over 4 years ago.
    05-03-2001 10:51 AM
    If the post has been inactive this long, it is a good thing to see when the persons last activity was with CodeGuru. You can find this under his/her public profile. The funny thing about this is that there is a glitch with his last activity time.
    Last Activity: 12-31-1969 07:00 PM
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

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