Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Does vc++ support german,french,spanish etc languages

Does vc++ support german,french,spanish etc languages

Scheduled Pinned Locked Moved C / C++ / MFC
c++
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ashwath2005
    wrote on last edited by
    #1

    hi all, I have a dialog box application.It has "username" and "password" as labels in english.Can it be possible to display these labels in french,german and other foreign languages.

    C M Z 3 Replies Last reply
    0
    • A ashwath2005

      hi all, I have a dialog box application.It has "username" and "password" as labels in english.Can it be possible to display these labels in french,german and other foreign languages.

      C Offline
      C Offline
      Cedric Moonen
      wrote on last edited by
      #2

      What do you want to know exactly ? If the program can auto-translate these words for you ? Then no, this is of course not feasible (it is a compiler, not a translator). If you want to add multilanguage support to your app, you need to manage that yourself (load the strings from a specific resource depending of the language for example).


      Cédric Moonen Software developer
      Charting control

      A 1 Reply Last reply
      0
      • C Cedric Moonen

        What do you want to know exactly ? If the program can auto-translate these words for you ? Then no, this is of course not feasible (it is a compiler, not a translator). If you want to add multilanguage support to your app, you need to manage that yourself (load the strings from a specific resource depending of the language for example).


        Cédric Moonen Software developer
        Charting control

        A Offline
        A Offline
        ashwath2005
        wrote on last edited by
        #3

        I have one more doubt.In the"project settings" "Resources" language option is present.What is that used for.

        1 Reply Last reply
        0
        • A ashwath2005

          hi all, I have a dialog box application.It has "username" and "password" as labels in english.Can it be possible to display these labels in french,german and other foreign languages.

          M Offline
          M Offline
          Marc Soleda
          wrote on last edited by
          #4

          This is not done automatically. You have several options to do that: design a dialog for each language you need, xml with the messages/labels, external software that manage the strings, table strings, ... Marc Soleda ... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits

          1 Reply Last reply
          0
          • A ashwath2005

            hi all, I have a dialog box application.It has "username" and "password" as labels in english.Can it be possible to display these labels in french,german and other foreign languages.

            Z Offline
            Z Offline
            zxc89
            wrote on last edited by
            #5

            You can do it with the MC(Message Compiler) where u should have the other lang strings with you. Otherwise this is not possible

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups