Results 1 to 3 of 3

Thread: String Table

  1. #1
    Junior Member
    Join Date
    Jan 2002
    Posts
    4

    String Table

    Hi all...

    I have a problem with my applicaiton that i develop in VB 6....i have create a string table.....with 2 language e.g english and Spanish....how i want to change the languange in my application with any language in the table that i create...

    tq

  2. #2
    Senior Member
    Join Date
    Jun 2002
    Posts
    148
    It is extreamly dificult for me to understand your question. I think you are saying you have created a program in Visual basic that can swap languages from English to spanish by accessing a string table. Now I have not delt with strings in Visual basic but I have played a bit with string tables in C with Win32 API calls. Have you already created the string table and wanting advice on how you can use the table to change the display language the user sees, or do you need advice on how to create the table and the code to access the table? It would help if you could re-phrase your question so that perhaps someone can provide you with a solution.
    In snatches, they learn something of the wisdom
    which is of good, and more of the mere knowledge which is of evil. But must I know what must not come, for I shale become those of knowledgedome. Peace~

  3. #3
    Senior Member
    Join Date
    Sep 2001
    Posts
    1,027
    With VB and string tables, the language displayed in the app is the language selected in the regional settings in windows... It changes automatically if you switch language settings...

    There's probably a away to force the switch (programmatically) through the app, but I don't know it...

    Ammo
    Credit travels up, blame travels down -- The Boss

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •