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
help
7 Posts 3 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.
  • U Offline
    U Offline
    User 589870
    wrote on last edited by
    #1

    hi, i have localize my multibyte application.Everything is working fine except tooltips and msflexgrid headers which are showing garbage.is there any trick that i can show them in japanese with keeping project multibyte.

    K 1 Reply Last reply
    0
    • U User 589870

      hi, i have localize my multibyte application.Everything is working fine except tooltips and msflexgrid headers which are showing garbage.is there any trick that i can show them in japanese with keeping project multibyte.

      K Offline
      K Offline
      KarstenK
      wrote on last edited by
      #2

      instead of saking again you should use Unicode. I got no further clue. Or write your own tooltips as i wrote you a time ago. :~

      Press F1 for help or google it. Greetings from Germany

      U 1 Reply Last reply
      0
      • K KarstenK

        instead of saking again you should use Unicode. I got no further clue. Or write your own tooltips as i wrote you a time ago. :~

        Press F1 for help or google it. Greetings from Germany

        U Offline
        U Offline
        User 589870
        wrote on last edited by
        #3

        actually i think msflexgrid dnt support unicode.so is there anyway to make it support unicode?

        E 1 Reply Last reply
        0
        • U User 589870

          actually i think msflexgrid dnt support unicode.so is there anyway to make it support unicode?

          E Offline
          E Offline
          Eugen Podsypalnikov
          wrote on last edited by
          #4

          Why do you think so ? :)

          virtual void BeHappy() = 0;

          U 1 Reply Last reply
          0
          • E Eugen Podsypalnikov

            Why do you think so ? :)

            virtual void BeHappy() = 0;

            U Offline
            U Offline
            User 589870
            wrote on last edited by
            #5

            bcoz other resources showing japanese but only toolbar tooltips and msflexgrid headers are showing japanese. So they are not supportive for unicode.

            E U 2 Replies Last reply
            0
            • U User 589870

              bcoz other resources showing japanese but only toolbar tooltips and msflexgrid headers are showing japanese. So they are not supportive for unicode.

              E Offline
              E Offline
              Eugen Podsypalnikov
              wrote on last edited by
              #6

              :) Maybe, the headers do hold its titles in TCHAR*, that is only char* in a MULTIBYTE-app (no wide character support) and WCHAR* in a UNICODE-app (wide character supported) :)

              virtual void BeHappy() = 0;

              1 Reply Last reply
              0
              • U User 589870

                bcoz other resources showing japanese but only toolbar tooltips and msflexgrid headers are showing japanese. So they are not supportive for unicode.

                U Offline
                U Offline
                User 589870
                wrote on last edited by
                #7

                i found that ms hierarichal data grid is unicode so now my qus is that can it be used to display tabular data like in msflexgrid?

                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