CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Localization

  1. #1
    Join Date
    Jan 2000
    Location
    France
    Posts
    3

    Localization

    Hi,

    I'd just like to know how to switch the active
    language

    I created my vb project with the resource file
    option

    in the resource file, I created some char sets
    (english, german, ...)

    when the application runs, it looks for the
    neutral char set, but I don't know how to say
    to look for another one

    please help me

    Ludovic


  2. #2

    Re: Localization

    LoadResString(index)

    the function manage directly the choise of language testing the OS system. if language is not implemented the function uses the first one (i think)





    <center>
    <HR width=80%>
    <img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
    </center>

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