Results 1 to 2 of 2

Thread: Extracting out all GUI fields and text for language conversion

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2005
    Posts
    27

    Extracting out all GUI fields and text for language conversion

    I'm looking to add additional language support to my vb.net 2005 application, and I need to extract a list of all the text in the GUI, as well as the message boxes, etc, from my project files to be translated. Is there an easy tool to do this automatically?

  2. #2
    Member
    Join Date
    Apr 2007
    Posts
    36

    Re: Extracting out all GUI fields and text for language conversion

    define 'all'...
    not sure that there exists a perfect tool for this job, for my projects a lot of thought goes into preparing it for localization/globalization - funny things like how labels will line up when the words are in a different length will catch you. but there is a powertoy for extracting the string over on codeplex:
    http://www.codeplex.com/ResourceRefactoring

    ..not sure if it pulls text out of listviews...
    lemme know how it works out for you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width