eclipse rcp:如何翻译第三方插件?

发布于 2024-11-08 04:11:37 字数 57 浏览 0 评论 0原文

我正在开发一个 eclipse rcp 应用程序。它使用一些第三方插件,我如何翻译这些插件中的文本?

I am working on a eclipse rcp application.it use some third-part plugins, how can I translate text in these plugins?

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

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

发布评论

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

评论(1

北城孤痞 2024-11-15 04:11:37

一般来说,国际化在 Eclipse 中很容易。您可以查找包含插件中使用的字符串的 *.properties 文件。然后,您可以使用您的翻译定义自己的属性文件。

如果不存在属性文件,则预计不会翻译插件。在这种情况下,需要更改代码。

有关示例,请参阅此指南

In general internationalization is easy in eclipse. You can look for *.properties files which contains the strings which are used in the plugin. You can then define an own property file with your translation.

If no property files exist the plugin is not foreseen to be translated. In this case code changes are necessary.

See this howto for an example

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