Tool in Visual Studio 2008 for helping with Localization - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T19:32:28Z http://stackoverflow.com/feeds/question/15133 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/15133/tool-in-visual-studio-2008-for-helping-with-localization 9 Tool in Visual Studio 2008 for helping with Localization Campbell 2008-08-18T19:49:40Z 2009-09-05T15:42:51Z <p>Hi,</p> <p>Does anyone have any recommendations of tools that can be of assistance with moving literal values into resource files for localization?</p> <p>I've used a resharper plugin called RGreatX but was wondering if there is anything else out there.</p> <p>It's one heck of a long manual process for moving the strings across and think there must be a better way! RGreatX is OK but could be a bit slicker I feel.</p> http://stackoverflow.com/questions/15133/tool-in-visual-studio-2008-for-helping-with-localization/16431#16431 10 Answer by scoob for Tool in Visual Studio 2008 for helping with Localization scoob 2008-08-19T15:45:17Z 2008-08-19T19:18:30Z <p>Here's one:</p> <p><a href="http://www.codeplex.com/ResourceRefactoring" rel="nofollow">http://www.codeplex.com/ResourceRefactoring</a></p> <p>It'a actually a Microsoft "open source" Visual Studio(2005 and up) tool that integrates with the IDE. You can easily replace every occurence of a string with a ressource reference with a few clicks.</p> http://stackoverflow.com/questions/15133/tool-in-visual-studio-2008-for-helping-with-localization/92115#92115 0 Answer by Eduardo Molteni for Tool in Visual Studio 2008 for helping with Localization Eduardo Molteni 2008-09-18T12:33:28Z 2008-09-18T12:33:28Z <p>You may find <a href="http://www.codeplex.com/zetaResourceEditor/" rel="nofollow">Zeta Resource Editor</a> useful too.</p> http://stackoverflow.com/questions/15133/tool-in-visual-studio-2008-for-helping-with-localization/1383633#1383633 0 Answer by Fabio Milheiro for Tool in Visual Studio 2008 for helping with Localization Fabio Milheiro 2009-09-05T15:42:51Z 2009-09-05T15:42:51Z <p>I can't use Resource Refactoring in .aspx files. Is this something that we should expect??</p>