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. Managed C++/CLI
  4. english language implementation

english language implementation

Scheduled Pinned Locked Moved Managed C++/CLI
c++comhelpquestionlearning
2 Posts 1 Posters 2 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.
  • M Offline
    M Offline
    Member 9366021
    wrote on last edited by
    #1

    Dear programmers, I want to implement English language feature in the following applicationhttp://www.codeproject.com/Articles/714651/Desktop-Sharing-using-RDP-APIs-and-Socket . I followed this http://stackoverflow.com/questions/12929934/same-resource-identifier-in-different-language-sections-in-an-rc-file-why-is-it post and https://msdn.microsoft.com/en-us/goglobal/bb688160.aspx Now my peer.rc file code is

    //
    // Peer.RC2 - Microsoft Visual C++ ?????????
    //
    #ifdef string ID IDS_ENUMSTRTEST
    #error Microsoft Visual C++
    #endif //APSTUDIO_INVOKED
    /////////////////////////////////////////////////////////////////////////////
    // ????????????...
    /////////////////////////////////////////////////////////////////////////////

    That works fine . But I cannot change the language to English as I want. Please suggest the appropriate changes in the code that works for me. Please note that I am using vs2013 ultimate edition for that purpose. Also when I click on the client software I get the following error that is in Chinese and unable to understand. image here. https://www.transferbigfiles.com/3464a589-c488-479a-a2c5-94455bc7d651/ug4vGWwsrMVO1Nnq-WXY3w2

    M 1 Reply Last reply
    0
    • M Member 9366021

      Dear programmers, I want to implement English language feature in the following applicationhttp://www.codeproject.com/Articles/714651/Desktop-Sharing-using-RDP-APIs-and-Socket . I followed this http://stackoverflow.com/questions/12929934/same-resource-identifier-in-different-language-sections-in-an-rc-file-why-is-it post and https://msdn.microsoft.com/en-us/goglobal/bb688160.aspx Now my peer.rc file code is

      //
      // Peer.RC2 - Microsoft Visual C++ ?????????
      //
      #ifdef string ID IDS_ENUMSTRTEST
      #error Microsoft Visual C++
      #endif //APSTUDIO_INVOKED
      /////////////////////////////////////////////////////////////////////////////
      // ????????????...
      /////////////////////////////////////////////////////////////////////////////

      That works fine . But I cannot change the language to English as I want. Please suggest the appropriate changes in the code that works for me. Please note that I am using vs2013 ultimate edition for that purpose. Also when I click on the client software I get the following error that is in Chinese and unable to understand. image here. https://www.transferbigfiles.com/3464a589-c488-479a-a2c5-94455bc7d651/ug4vGWwsrMVO1Nnq-WXY3w2

      M Offline
      M Offline
      Member 9366021
      wrote on last edited by
      #2

      All the resource files and dlls are changed to English but cannot find the reason of displaying the Chinese language. Peer.rc code is now that compiles fine.

      #ifdef string ID IDS_ENUMSTRTEST#error Microsoft Visual C++ #endif //APSTUDIO_INVOKED

      Thanks

      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