Hi,
I am able to change the language in the windows form by selecting language from ComboBox. However, I want to make it dynamic so that it will change the language of all the other forms by selecting language from ComboBox in the first form.
I got some clues from these websites, but I am still struggling to achieve my objective.
http://www.dotnetcurry.com/ShowArticle.aspx?ID=174
http://www.vb-helper.com/howto_net_localize_at_runtime.html
Would greatly appreciate your help.
Thank You.