每个语言环境都使用默认资源包吗?

发布于 2025-01-03 14:36:11 字数 37 浏览 1 评论 0原文

我有一个网页,其内容正在使用每个区域设置的默认资源包中的值?

I have a web page the content on which is using the values from the Default Resource bundle for every locale?

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

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

发布评论

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

评论(1

策马西风 2025-01-10 14:36:11

当无法找到给定区域设置的资源包时,它被用作后备包。您可以指定后备区域设置。如果未指定,则 JVM 的默认区域设置 (Locale.getDefault()) 将用作后备区域设置。

教程:使用 ResourceBundles 进行本地化

It is used as a fallback bundle when no resource bundle could be located for a given Locale. You can specify a fallback locale. If none is specified then the default Locale of the JVM (Locale.getDefault()) is used as the fallback locale.

Tutorial: Localization with ResourceBundles

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