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. Visual Basic
  4. Multiple Language Support - Internationalization

Multiple Language Support - Internationalization

Scheduled Pinned Locked Moved Visual Basic
xmlquestion
4 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.
  • M Offline
    M Offline
    Marc Soleda
    wrote on last edited by
    #1

    What's the best way to make an VB2005 application language independent so all the resources in it could be fast updatable to the targeted language: a separate dll, an xml file, ...? Thanks in advance, Marc Soleda

    ... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits

    L 1 Reply Last reply
    0
    • M Marc Soleda

      What's the best way to make an VB2005 application language independent so all the resources in it could be fast updatable to the targeted language: a separate dll, an xml file, ...? Thanks in advance, Marc Soleda

      ... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits

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

      Just use the build in support (resx files which will compile into satalite DLLs). If it is a small home project you can use a custom XML format as well though I can't see why you would possible want to do that. If you plan to use professionel translation services, it is vital you stick to the standard formats so no custom preprocessing/postprocessing of your file format is required.

      M 1 Reply Last reply
      0
      • L lmoelleb

        Just use the build in support (resx files which will compile into satalite DLLs). If it is a small home project you can use a custom XML format as well though I can't see why you would possible want to do that. If you plan to use professionel translation services, it is vital you stick to the standard formats so no custom preprocessing/postprocessing of your file format is required.

        M Offline
        M Offline
        Marc Soleda
        wrote on last edited by
        #3

        I'm trying to do it with the satellite DLLs but I can't find it. I've added strings in the Resources but after building the application I can't locate the satellite dll. Is there something else that is needed? Thanks again, Marc Soleda

        ... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits

        M 1 Reply Last reply
        0
        • M Marc Soleda

          I'm trying to do it with the satellite DLLs but I can't find it. I've added strings in the Resources but after building the application I can't locate the satellite dll. Is there something else that is needed? Thanks again, Marc Soleda

          ... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits

          M Offline
          M Offline
          Marc Soleda
          wrote on last edited by
          #4

          Found. I needed to define the language for the form. Marc Soleda.

          ... she said you are the perfect stranger she said baby let's keep it like this... Dire Straits

          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