Wednesday, September 26, 2012

Resource File Comparer Tool

A while back to debug at my application for resource file bugs pointed by QA I used to write a console application which reads all the resource files, generate HTMLized Excel file ( :) ) to compare availability of strings and what is causing a particular language setting to behave differently in the application.

Last week, I just had an idea and a bit of time to improve upon this to create a simple (rather very simple) Windows forms application which does the following:


  1. Load the base resource file (System Locale)
  2. Generate a grid containing the key value pairs in the resource file.
  3. List matching other language files into the listbox. 
  4. As and when other languages are chosen, update the grid with the entries from the selected languages.
  5. Indicate missing keys in the grid with a different color.
  6. Provide the legendary Excel Export option as a comma-delimited file.
I have shared the application as an opensource project in Codeplex at this URL:

No comments:

[Imported from Blogdrive]Online Virus Scanners

Online Virus Scanners Virus Scanners are no longer difficult to install, tedious to configure. There are easy to use Online Virus Scanne...