CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2007
    Posts
    93

    Actually, mutilanguage application

    I ask for a method of implement a multilanguage App in C++ (Visual studio).
    We could change the text of each control (statics, checks, ....) in the code.
    But, is there a simple way of translate controls, titles, menus,..in Visual Studio for an standard application?

    Thank you.
    PERE

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

  3. #3
    Join Date
    Nov 2007
    Posts
    93

    Re: Actually, mutilanguage application

    Thank you
    PERE

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Actually, mutilanguage application

    As for translation itself - just look at the Microsoft Terminology Collection
    Victor Nijegorodov

  5. #5
    Join Date
    Nov 2007
    Posts
    93

    Re: Actually, mutilanguage application

    OK, thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured