Multi-languages GUI/Mainmenu

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sam

    Multi-languages GUI/Mainmenu

    Multi-languages GUI

    Does VB.net support any library for Mutli-languate GUI
    I am the first time to design multi-language GUI

    I needs to creat lots of form for different language
    Can you give some suggestions in order to decrease
    creating so many forms

    I met another problem. When my form1 switch to form2
    the form2 appears in form1. Both form1 and form2 hav
    mainmenu. Form1 is for English GUI and Form2 is for
    chinese GUI. I intend to let form2 replace form1 afte
    chinese item was clicked.

    Thanks in advance
    Sam
  • Cor

    #2
    Re: Multi-languages GUI/Mainmenu

    Hi Sam,

    The name for it in .Net is globalization (if you search for languages you
    find only program languages)


    I think this brings you on the route?

    Cor
    [color=blue]
    > Multi-languages GUI.
    >
    > Does VB.net support any library for Mutli-languate GUI?
    > I am the first time to design multi-language GUI.
    >
    > I needs to creat lots of form for different language.
    > Can you give some suggestions in order to decrease
    > creating so many forms?
    >
    > I met another problem. When my form1 switch to form2,
    > the form2 appears in form1. Both form1 and form2 have
    > mainmenu. Form1 is for English GUI and Form2 is for
    > chinese GUI. I intend to let form2 replace form1 after
    > chinese item was clicked.
    >
    > Thanks in advance.
    > Sam[/color]


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Multi-languages GUI/Mainmenu

      * =?Utf-8?B?c2Ft?= <anonymous@disc ussions.microso ft.com> scripsit:[color=blue]
      > Multi-languages GUI.
      >
      > Does VB.net support any library for Mutli-languate GUI?[/color]

      <http://msdn.microsoft. com/library/en-us/cptutorials/html/resources_and_l ocalization_usi ng_the__net_fra mework_sdk.asp>

      Have a look at the related links on the page linked above too.

      --
      Herfried K. Wagner [MVP]
      <http://dotnet.mvps.org/>

      Comment

      • sam

        #4
        Re: Multi-languages GUI/Mainmenu

        Thanks for you reply and previous answer
        It is very helpful

        Best Regards
        --sam

        Comment

        • sam

          #5
          Re: Multi-languages GUI/Mainmenu


          It is great
          This website has sample codes and SDK
          Thanks lots

          ----- Herfried K. Wagner [MVP] wrote: ----

          * =?Utf-8?B?c2Ft?= <anonymous@disc ussions.microso ft.com> scripsit[color=blue]
          > Multi-languages GUI[color=green]
          >> Does VB.net support any library for Mutli-languate GUI[/color][/color]

          <http://msdn.microsoft.com/library/en...mework_sdk.asp

          Have a look at the related links on the page linked above too

          --
          Herfried K. Wagner [MVP
          <http://dotnet.mvps.org/>

          Comment

          Working...