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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Abhijit D. Babar

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

    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
  • Carlos

    #2
    Re: How to create a multilingual application in Visual c++ .net 2008


    Perhaps the class CultureInfo of System::Globali zation namespace migth help
    you

    Carlos.


    "Abhijit D. Babar" <abhijitit94@gm ail.comescreveu na mensagem
    news:e16b8100-4ff3-4ba7-ab57-6780ad0bb3b7@l1 7g2000pri.googl egroups.com...
    >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

    Comment

    Working...