EricDotNet Posted March 16, 2004 Posted March 16, 2004 How to implement multi language in .NET? Anyone help? Thank! ;) Quote
Denaes Posted March 16, 2004 Posted March 16, 2004 What do you mean by languages? German, Spanish, Russian or J#, C#, VB Quote
candyman Posted March 16, 2004 Posted March 16, 2004 What do you mean by languages? German, Spanish, Russian or J#, C#, VB I'm Guessing German, Spanish, Russian, ect @EricDotNet Visual Studio.NET 2003 includes VB.NET Samples located in <Your VS.NET Installation Path>\Vb7\VB Samples\WinForms-Localization-VBMultilingualForm\VBMultilingualForm\ Don't know about C# or C++ Quote
Jay1b Posted March 16, 2004 Posted March 16, 2004 By default everyone should speak English, that way we wouldnt have this problem :) Quote
Malfunction Posted March 16, 2004 Posted March 16, 2004 english like in the US or Wales or....? Quote Debug me...
Netcer Posted March 16, 2004 Posted March 16, 2004 Dear EricDotNet, I hope this will help. In the Form's property, look for 'Localizable', set it to true. then just above it there is 'Language' choose the language you want to implement is, Now you can change the language of your Form without affecting your original one.It will be as a second copy for it. :p Quote
EricDotNet Posted March 17, 2004 Author Posted March 17, 2004 Candyman, Thank you very much! I study the demo program now. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.