I made a windows form with a combo-box and a label in VC++ 2010. I have added three resource files one English (default), second French and third Spanish by changing localizable property of the form.
Example: Named label as 'Hello' (default), and 'Halo', 'Bonjour' in respective languages. In combo-box I added three items: English, French, Spanish.
I need to display that label when a particular language is selected. Here is my code: