Tool in Visual Studio 2008 for helping with Localization - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T19:32:28Zhttp://stackoverflow.com/feeds/question/15133http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/15133/tool-in-visual-studio-2008-for-helping-with-localization9Tool in Visual Studio 2008 for helping with LocalizationCampbell2008-08-18T19:49:40Z2009-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#1643110Answer by scoob for Tool in Visual Studio 2008 for helping with Localizationscoob2008-08-19T15:45:17Z2008-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#921150Answer by Eduardo Molteni for Tool in Visual Studio 2008 for helping with LocalizationEduardo Molteni2008-09-18T12:33:28Z2008-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#13836330Answer by Fabio Milheiro for Tool in Visual Studio 2008 for helping with LocalizationFabio Milheiro2009-09-05T15:42:51Z2009-09-05T15:42:51Z<p>I can't use Resource Refactoring in .aspx files. Is this something that we should expect??</p>