.net 控件的自动全球化

发布于 2024-12-26 03:01:05 字数 142 浏览 3 评论 0原文

好的,我有数百个带有 text 属性的 .net 控件需要全球化。有没有一种工具(VS 或第 3 方)可以让我的生活更轻松?我已经在 C# 上使用 ReSharper,在纯 HTML 文本上使用 VS。非常整洁。

有什么建议吗?

Okay, I have hundreds of .net controls with text attributes that needs to be globalized. Is there a tool (VS or 3rd party) that can make my life easier? Im already using ReSharper on my C#, and VS on plain HTML text. Very neat.

Any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

挥剑断情 2025-01-02 03:01:05

如果您只是想将文本提取到本地资源文件,您可以通过选择 aspx 页面,然后选择工具 -> 来完成此操作。生成本地资源。

If you are just looking to extract the text to Local Resource files you can do that by choosing the aspx page and then Tools -> Generate Local Resource.

亚希 2025-01-02 03:01:05

几年前,我开始开发一种工具来编辑一个网格内多种语言的 .RESX 文件让翻译变得更容易。我仍在积极开发该工具(免费软件,顺便说一句),并将其广泛用于我自己的项目。

不过,我不能百分百确定“全球化”指的是翻译。

Some years ago, I started developing a tool to edit .RESX files from multiple languages inside one grid to make translation easier. I'm still actively developing the tool (Freeware, BTW) and using it extensively for my own projects, too.

I'm not 100% sure that with "globalization" you refer to translation, though.

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