Visual Studio 2008 中用于帮助本地化的工具
有没有人有任何建议的工具可以帮助将文字值转移到资源文件中进行本地化?
我使用了一个名为 RGreatX 的 resharper 插件,但想知道是否还有其他插件。
这是一个漫长的手动移动琴弦的过程,我想一定有更好的方法! RGreatX 还可以,但我觉得可能会更流畅一些。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您可能会发现 Zeta 资源编辑器也很有用。
You may find Zeta Resource Editor useful too.
这是一个:
http://www.codeplex.com/ResourceRefactoring
它实际上是 Microsoft 的“开源” “与 IDE 集成的 Visual Studio(2005 及更高版本)工具。 只需单击几下,您就可以轻松地将每次出现的字符串替换为资源引用。
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.
ReSharper 本身 (5.0+) 现在支持本地化,其中包括将字符串移动到资源文件 和突出显示本地化字符串。
ReSharper itself (5.0+) now has support for localization which includes moving strings to resource files and highlighting localizabile strings.
尝试 Visual Localizer - 您可以批量处理整个代码,选择可以本地化的字符串,该工具会将它们添加到资源文件并创建引用。 还包括许多其他简化本地化的功能。
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.