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. Multilingual resource strings

Multilingual resource strings

Scheduled Pinned Locked Moved C / C++ / MFC
questionlearning
2 Posts 2 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.
  • K Offline
    K Offline
    Kannan Ramanathan
    wrote on last edited by
    #1

    Hi, I use VC6 (SP5) in Windows XP Pro (SP1). I wanted to add Greek/Chinese strings. I edited the .rc files in a Unicode editor, saved the file as UTF-8. But, now, VC6 has problems handling the file. But, if I save it as a normal file, the strings are garbled. How do I add other language strings to my resource file and what shd I use to compile it? TIA MRK

    A 1 Reply Last reply
    0
    • K Kannan Ramanathan

      Hi, I use VC6 (SP5) in Windows XP Pro (SP1). I wanted to add Greek/Chinese strings. I edited the .rc files in a Unicode editor, saved the file as UTF-8. But, now, VC6 has problems handling the file. But, if I save it as a normal file, the strings are garbled. How do I add other language strings to my resource file and what shd I use to compile it? TIA MRK

      A Offline
      A Offline
      Alberto Giannetto
      wrote on last edited by
      #2

      I've noticed that VC6 has problems in dealing with language strings, especially unicode characters. What we do normally is create the structure of the resource file using the VC resource editor, then have the translators to use their text editor (I think they use TextPad), re-include the modified resource file in Visual Studio. DO NOT modifiy in any way the file after it has been translated - do not change dialogs, not accelerators, nothing. If you do get a saved copy of the translated version and copy and paste the text using a text editor to replace the garbled text. VC7 seems to have addressed the problem. Hope that helps.

      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