views:

1299

answers:

3

Hi,

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.

+12  A: 

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.

scoob
+1  A: 

You may find Zeta Resource Editor useful too.

Eduardo Molteni
A: 

I can't use Resource Refactoring in .aspx files. Is this something that we should expect??

Fabio Milheiro