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

4

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.

Innes answered 18/8, 2008 at 19:49 Comment(0)
A
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.

Applaud answered 19/8, 2008 at 15:45 Comment(1)
Here is the VS2010 version: visualstudiogallery.msdn.microsoft.com/…Acierate
A
1

You may find Zeta Resource Editor useful too.

Alisander answered 18/9, 2008 at 12:33 Comment(0)
A
1

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

Acierate answered 17/5, 2011 at 23:56 Comment(0)
P
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.

Pish answered 24/5, 2013 at 7:42 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.