+ Reply to Thread
Results 1 to 6 of 6

Thread: How to design a multilingual form?

  1. #1
    nokia6230ivn is offline VB.NET Forum Newbie nokia6230ivn is on a distinguished programming path ahead
    .NET Framework
    .NET 2.0 (VS 2005)
    Join Date
    Oct 2009
    Age
    35
    Posts
    4
    Reputation
    0

    Thumbs up How to design a multilingual form?

    Please teach me to design a form with multilingual on interface depend on the user!
    Thank you!

  2. #2
    Biohazard is offline VB.NET Forum Enthusiast Biohazard is on a distinguished programming path ahead
    .NET Framework
    .NET 3.5
    Join Date
    Nov 2009
    Age
    21
    Posts
    52
    Reputation
    12

    Default

    Well there are multiple approaches you can take, design a form that pops-up only once that allows the user to select their language then it saves that information to my.settings
    after doing that, everytime your first form loads it loads that same my.settings and you will use an if statement.

    Either that or you can use a drop-down menu that the user can select their language

  3. #3
    JohnH's Avatar
    JohnH is offline VB.NET Forum Moderator JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute JohnH has a reputation beyond repute
    .NET Framework
    .NET 4.0
    Join Date
    Dec 2005
    Location
    Norway
    Age
    37
    Posts
    10,843
    Reputation
    1443

  4. #4
    mH_p0rtal is offline VB.NET Forum Enthusiast mH_p0rtal is on a distinguished programming path ahead
    .NET Framework
    .NET 3.0 (VS 2005/2008)
    Join Date
    Oct 2006
    Location
    Persia
    Posts
    61
    Reputation
    50

    Default

    you need to search about satellite assembly
    MCSD - MCPD - CEH - MCDBA - OCA

  5. #5
    nokia6230ivn is offline VB.NET Forum Newbie nokia6230ivn is on a distinguished programming path ahead
    .NET Framework
    .NET 2.0 (VS 2005)
    Join Date
    Oct 2009
    Age
    35
    Posts
    4
    Reputation
    0

    Default

    Quote Originally Posted by mH_p0rtal View Post
    you need to search about satellite assembly
    Please make more clearly your ideal...

  6. #6
    mH_p0rtal is offline VB.NET Forum Enthusiast mH_p0rtal is on a distinguished programming path ahead
    .NET Framework
    .NET 3.0 (VS 2005/2008)
    Join Date
    Oct 2006
    Location
    Persia
    Posts
    61
    Reputation
    50

    Default

    its a common topic in .NET , you can refer to MCSD ( asp.net or win app ) book , to see whats satellite assembly
    check it out

    CodeProject: Satellite Assembly - Multi Languages. Free source code and programming help
    .NET Localization, Part 2: Creating Satellite Assemblies - O'Reilly Media
    Creating Satellite Assemblies
    MCSD - MCPD - CEH - MCDBA - OCA

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Bookmarks

Posting Permissions

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