Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tool in Visual Studio 2008 for helping with Localization [closed]

Does anyone have any recommendations of tools that can be of assistance with moving literal values into resource files for localization?

I've used a resharper plugin called RGreatX but was wondering if there is anything else out there.

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.

like image 706
Campbell Avatar asked Aug 18 '08 19:08

Campbell


2 Answers

Here's one:

http://www.codeplex.com/ResourceRefactoring

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.

like image 200
scoob Avatar answered Oct 13 '22 23:10

scoob


You may find Zeta Resource Editor useful too.

like image 23
Eduardo Molteni Avatar answered Oct 14 '22 00:10

Eduardo Molteni