I want to make my windows based application in vb.net in 5 different languages... (Japanese, Chinese, German, French and English), by default its developed in English. I have already made the whole application in English. As I am new to localizing, I am pretty much confused. And from what I understood, I have changed the forms Localizable property to True and then selected the languages each and translated each label and buttons text into the languages and complied each time and changed finally to default language. And the dll for each language is created in the output directory.
So my doubt is the how to change the textboxes, because all the textboxes values are entered by the user. How to make the textbox controls also in the specific languages.So how can I make it to be entered in the selected language? And the labels and buttons are all inside group boxes. So the no translation is done in the groupbox. If I take it outside of the groupbox the translation is correct according to the selection of the language. Can anyone please help me to resolve this issue? Am I doing something wrong here?
Thanks in advance for any suggestions.
So my doubt is the how to change the textboxes, because all the textboxes values are entered by the user. How to make the textbox controls also in the specific languages.So how can I make it to be entered in the selected language? And the labels and buttons are all inside group boxes. So the no translation is done in the groupbox. If I take it outside of the groupbox the translation is correct according to the selection of the language. Can anyone please help me to resolve this issue? Am I doing something wrong here?
Thanks in advance for any suggestions.