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
    Posts
    8

    Language Independent Application

    We want to create an application in Visual Basic which will dynamically change its Labels and Messages depending upon the language profile selected by the user.

    A simple way of doing this is to pick up the labels from an ini file. But is there a better way of doing it like Custom Tags in JSP


  2. #2
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173

    Re: Language Independent Application

    Store your strings in a resource file and populate the labels on the Form_Load event using LoadResString()

    HTH,
    D.

    -------------------------------------------------
    Ex. Datis: Duncan Jones
    Merrion Computing Ltd
    http://www.merrioncomputing.com
    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

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