I am trying to make my application a multi-lingual one (atleast one more language in addition to English), so that it can accept other language text, translate the text to English and process it further for getting result.
I am using Visual studio 2010, VC++ Windows form application. When I am searching, I am getting examples of C# and MFC applications. How could I do using VC++?