Is there an easy way to order the data items in Localisation_default.resx file?

Faraaz

New Member
I currently have a two different Localisation_default.resx files, each with a large number of strings (2000+) for translation - they're saved in the format:\[code\] <data name="AuthorName" xml:space="preserve"> <value>Author Name</value> </data>\[/code\]The two files have many items in common but are not in the same order as they have been added at different tiems by different people.When I look at this file in Visual Studio they are ordered in the interface alphabetically, but in the file they remain in the order they were added. I want to be able to use a compare tool to determine which entries are different between the two files, but because they are in different orders this is difficult to review. Is there an easy way to order the elements in the XML file (does Visual Studio provide a function for this?)Any pointers would be helpfulThanks :)
 
Back
Top