Results 1 to 3 of 3

Thread: Resource file (.resx) comparison

  1. #1

    Thread Starter
    Frenzied Member trisuglow's Avatar
    Join Date
    Jan 2002
    Location
    Horsham, Sussex, UK
    Posts
    1,536

    Resource file (.resx) comparison

    For my multi-language application I need to be able to compare .resx files. I have a number of forms that should differ only in that their resource files should have text in different languages. I want to check that the positions of all the controls and form dimensions remain constant between languages.

    Is there a freeware tool available to do this? Has anybody found a smart way of doing automated comparisons using MSWord's compare feature?
    This world is not my home. I'm just passing through.

  2. #2
    l33t! MrPolite's Avatar
    Join Date
    Sep 2001
    Posts
    4,428
    hmm I got a little confused
    what exactly are you trying to compare? the data in the resource file? or the resource files themselves?
    rate my posts if they help ya!
    Extract thumbnail without reading the whole image file: (C# - VB)
    Apply texture to bitmaps: (C# - VB)
    Extended console library: (VB)
    Save JPEG with a certain quality (image compression): (C# - VB )
    VB.NET to C# conversion tips!!

  3. #3

    Thread Starter
    Frenzied Member trisuglow's Avatar
    Join Date
    Jan 2002
    Location
    Horsham, Sussex, UK
    Posts
    1,536

    RESOLVED

    It's the data in the files that I want to compare.

    The problem I had was that having created a foreign language .resx for my form I found that some of the controls' posisitons were different in the different languages.

    The solution I came up with in the end was to go through the foreign language .resx file and delete all the data that wasn't to do with strings. (.NET picks up data from the default language .resx if it can't find it in the local language one).
    This world is not my home. I'm just passing through.

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