15

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.

Campbell
  • 2,848
  • 3
  • 28
  • 26

4 Answers4

15

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,369
  • 1
  • 17
  • 29
  • 2
    Here is the VS2010 version: http://visualstudiogallery.msdn.microsoft.com/39ae29d3-81e1-43d4-9c48-fc9644869d84?SRC=VSIDE – Ray May 17 '11 at 23:46
1

ReSharper itself (5.0+) now has support for localization which includes moving strings to resource files and highlighting localizabile strings.

Ray
  • 187,153
  • 97
  • 222
  • 204
1

You may find Zeta Resource Editor useful too.

Eduardo Molteni
  • 38,786
  • 23
  • 141
  • 206
0

Try Visual Localizer - you can batch-process whole code, select which strings may be localized and the tool will add them to a resource file and create a reference instead. Many other features easing localization are included.

cre8or
  • 387
  • 3
  • 10