Visual Studio 2008 中用于帮助本地化的工具

发布于 2024-07-04 21:12:44 字数 164 浏览 6 评论 0原文

有没有人有任何建议的工具可以帮助将文字值转移到资源文件中进行本地化?

我使用了一个名为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

冧九 2024-07-11 21:12:44

您可能会发现 Zeta 资源编辑器也很有用。

You may find Zeta Resource Editor useful too.

你在看孤独的风景 2024-07-11 21:12:44

这是一个:

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.

零度℉ 2024-07-11 21:12:44

ReSharper 本身 (5.0+) 现在支持本地化,其中包括将字符串移动到资源文件突出显示本地化字符串

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

羁绊已千年 2024-07-11 21:12:44

尝试 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文