-
Friends,
How to change the font type of the menu item through coding.
My Actual Requirement :
I need to do my project in two languages. I have one menu item as "Change Language". Once if the user clicks that menu item, then all the controls of that form(including menu items)should be changed to other language(i.e)English to French.
Kindly guide me, very urgent.
Sincerely,
Kavi.
-
Hmm,
Ok What I would do is put all of the text, in both languages into a text table in a resource file, or DB.
Write a procedure to update all of the controls of the form in both languages.
Call the procedure from the chage language menu item.
Ok??
It depends if the language actually needs to be changed manually or just by the windows settings, as resource files are Local aware.
If you need more help let me know...