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. Localization issue

Localization issue

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
6 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.
  • N Offline
    N Offline
    Neeraj Sinha
    wrote on last edited by
    #1

    Hi, I am working on localization and I have to change the texts of "Next","Back" and "Finish" buttons which are displayed on the property pages.I need to change those texts to make them meaningfull in other language. So,Can you please suggest me how can change those button texts?

    With Regards Neeraj Sinha

    H M S 3 Replies Last reply
    0
    • N Neeraj Sinha

      Hi, I am working on localization and I have to change the texts of "Next","Back" and "Finish" buttons which are displayed on the property pages.I need to change those texts to make them meaningfull in other language. So,Can you please suggest me how can change those button texts?

      With Regards Neeraj Sinha

      H Offline
      H Offline
      Hamid Taebi
      wrote on last edited by
      #2

      Do you need to multi languages on your program?


      WhiteSky


      N 1 Reply Last reply
      0
      • H Hamid Taebi

        Do you need to multi languages on your program?


        WhiteSky


        N Offline
        N Offline
        Neeraj Sinha
        wrote on last edited by
        #3

        Yes ofcourse, I need to have multi languages in my application.

        With Regards Neeraj Sinha

        H 1 Reply Last reply
        0
        • N Neeraj Sinha

          Yes ofcourse, I need to have multi languages in my application.

          With Regards Neeraj Sinha

          H Offline
          H Offline
          Hamid Taebi
          wrote on last edited by
          #4

          So see multilingual support for applications [^]


          WhiteSky


          1 Reply Last reply
          0
          • N Neeraj Sinha

            Hi, I am working on localization and I have to change the texts of "Next","Back" and "Finish" buttons which are displayed on the property pages.I need to change those texts to make them meaningfull in other language. So,Can you please suggest me how can change those button texts?

            With Regards Neeraj Sinha

            M Offline
            M Offline
            Michael Dunn
            wrote on last edited by
            #5

            You shouldn't be changing those buttons. They are part of the wizard control, and messing with them is likely to break in future OSes (for example, the Back button in Vista has no text and the wizards have other design changes).

            1 Reply Last reply
            0
            • N Neeraj Sinha

              Hi, I am working on localization and I have to change the texts of "Next","Back" and "Finish" buttons which are displayed on the property pages.I need to change those texts to make them meaningfull in other language. So,Can you please suggest me how can change those button texts?

              With Regards Neeraj Sinha

              S Offline
              S Offline
              Sameerkumar Namdeo
              wrote on last edited by
              #6

              Place the text in string table. Load the string from string table. Set the text of the button using this text. Afterwards you can change the strings in string table and again build the project and therefore the changed text will be reflected on the buttons. Satellite DLLs can help in Localization.

              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