How to implement multi language in .NET

Denaes said:
What do you mean by languages?

German, Spanish, Russian

or

J#, C#, VB
Im 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\

Dont know about C# or C++
 
Dear EricDotNet, I hope this will help.
In the Forms 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
 
Back
Top