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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Localizable application

Localizable application

Scheduled Pinned Locked Moved C#
csharpvisual-studioquestion
4 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.
  • M Offline
    M Offline
    machocr
    wrote on last edited by
    #1

    Hi, Im developing a localizable aplication, so I add language support to my forms a and dialog messages whit resx files. all is good but if I change something in my forms i miss some messages and control language definations in resx files. So, what can i do? Ho do you implement localizable languanges in your applications. I use VS.c# 2005 express. :confused: La realidad no es más que impulsos eléctricos del cerebro - Morpheus

    L S 2 Replies Last reply
    0
    • M machocr

      Hi, Im developing a localizable aplication, so I add language support to my forms a and dialog messages whit resx files. all is good but if I change something in my forms i miss some messages and control language definations in resx files. So, what can i do? Ho do you implement localizable languanges in your applications. I use VS.c# 2005 express. :confused: La realidad no es más que impulsos eléctricos del cerebro - Morpheus

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

      For serious use buy a localization tool. It will track deltas, carry over resize, protect against changes on data that is not localizable (as Microsoft pretty much managed to make one of the worst beginner misktakes when designing the resx format - they did not separate translatable strings from strings that should be changed by engineers/programmers). If it is a small home project you probably have to do it the hard way - manually. VS really isn't meant as a localization environment for anything but small hobby use.

      M 1 Reply Last reply
      0
      • L lmoelleb

        For serious use buy a localization tool. It will track deltas, carry over resize, protect against changes on data that is not localizable (as Microsoft pretty much managed to make one of the worst beginner misktakes when designing the resx format - they did not separate translatable strings from strings that should be changed by engineers/programmers). If it is a small home project you probably have to do it the hard way - manually. VS really isn't meant as a localization environment for anything but small hobby use.

        M Offline
        M Offline
        machocr
        wrote on last edited by
        #3

        Thank you! Is sad to hear that but I think is true too.:(( My project is a framework for business aplications, so I will study the tools that are n market or I will make somethig for my needs (read, write, import, export resx files for control.text properties,tooltips,helpstrings and custom messages strings) :cool: La realidad no es más que impulsos eléctricos del cerebro - Morpheus

        1 Reply Last reply
        0
        • M machocr

          Hi, Im developing a localizable aplication, so I add language support to my forms a and dialog messages whit resx files. all is good but if I change something in my forms i miss some messages and control language definations in resx files. So, what can i do? Ho do you implement localizable languanges in your applications. I use VS.c# 2005 express. :confused: La realidad no es más que impulsos eléctricos del cerebro - Morpheus

          S Offline
          S Offline
          softwareguy
          wrote on last edited by
          #4

          TRY using StringDB at www.swbox.com - supports ALL languages in the world (ASCII, UNICODE, UTF-8) - uses MS Excel files for translation - You can change language and strings without recompiling the software - Non-technical people can prepare new language releases - Is being used by embedded devices and also PC software coldstone

          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