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#
  4. Localization Project

Localization Project

Scheduled Pinned Locked Moved C#
question
3 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.
  • C Offline
    C Offline
    C NewBe
    wrote on last edited by
    #1

    When the default assembly(xxxx.resx) is created in a localized project, how does one extract the file to send out for translation and how do you import it back into the project after the translation?

    P L 2 Replies Last reply
    0
    • C C NewBe

      When the default assembly(xxxx.resx) is created in a localized project, how does one extract the file to send out for translation and how do you import it back into the project after the translation?

      P Offline
      P Offline
      Pixinger77
      wrote on last edited by
      #2

      Hi, I'm not absolut sure, but if you use .NET2.0 there should be an editor where you can edit the ressource file's and the GUI. But I havent worked with it yet (just having a quick look). I wrote my own ressource file parser that creates an excel file wich I can send to our customers. Actually i cant send this parser to you because its company restricted (sorry) and offcourse a bit buggy (lol). But its not that hard to do on your own. You simply need to watch out for Attributes that ends with ".Text". I saved the control text along with the control name to the excel file so that I am able to write the modified excel table back to the ressource. Thats all... a simple recompile and the software is localized (of course you need to check the GUI *hehe*). Good luck, Snow

      1 Reply Last reply
      0
      • C C NewBe

        When the default assembly(xxxx.resx) is created in a localized project, how does one extract the file to send out for translation and how do you import it back into the project after the translation?

        L Offline
        L Offline
        lmoelleb
        wrote on last edited by
        #3

        If you are using professionel translation just send the compiled EXE file, and you should get satallite DLL's back. Can't say it for sure though as we wrote our own translation tools (the commercial available solutions sucked so big time when you ran them at enterprise level), but I would be surprised if they can't handle it. Talk to a few translation vendors to find out what they support. The editing feature built into Visusal Studio is just for small hobby projects where you manually maintain a language or two - it can't be used for anything serious. But if you only need a language or two translated by someone you know then send them the VS project and let them use VS to translate.

        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