使用 ResourceBundle 更改应用程序的语言

发布于 2024-12-28 05:04:20 字数 184 浏览 1 评论 0原文

我正在使用 Netbeans IDE 构建基于 Java 的国际化应用程序,我正在尝试使用位于单个框架中的组合框来更改框架的语言,但我无法编写代码来执行此操作,有人可以帮助我吗?

组合框包含一些带有本地值标识符的对象。我想采用这个值并更改框架的区域设置,然后更改框架的语言。

我尝试更改基本本地,但这不起作用。我该怎么办?

I'm building a internationalized application based of Java using Netbeans IDE, I´m trying to change the language of my frames using a combobox located in a singular frame, but I cant make the code for do that, can any help me?

The combobox contains a some Objects with a Local value identifier. I want to take this value and change the Locale of the frames, then change the languages of the Frames.

I tried to change the base Local, but that does not work. What do I do?

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

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

发布评论

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

评论(1

方觉久 2025-01-04 05:04:20

首先,您需要准备好您的应用程序 i18n。那么就需要使用资源包进行本地化。从头到尾阅读此教程

First you need to making your application i18n ready. Then you need to use resource bundles for localization. Read this tutorial end to end.

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