Hi i trying to make user interface with multilingual support - my code is terrible. Anybody have some experiences with this can you decribe me some easy way to do it
localization might be of great help. you only need one UI which supports languages that you set in your application. it will be easy since the feature is already built in the classes of .NET.
multilingual UI
Jeff Micro
here is a some tutorials on this:
http://www.codeproject.com/csharp/MultiLanguageApplications.asp
JeffWoodard
localization might be of great help. you only need one UI which supports languages that you set in your application. it will be easy since the feature is already built in the classes of .NET.