How to create a multilingual application in Visual c++ .net 2008

A

Abhijit D. Babar

I have to create a multilingual application in Visual c++ .net 2008.
I have a Windows form application and i want to run this on
multilingual support. So how can i do this. Which change i have made
in my application setting ot properties. Is there any code i have to
write into application?. I have too run my application on German and
Chines Language and now i am developing my application in English.

Please help me
 
C

Carlos

Perhaps the class CultureInfo of System::Globalization namespace migth help
you

Carlos.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top