如何检测用户区域设置并自动切换到它?

发布于 2024-10-08 08:23:30 字数 262 浏览 1 评论 0原文

可能的重复:
如何国际化 Java Web 应用程序。

问候大家 我希望当客户端请求页面时 该页面会自动显示在他的区域设置中 含义(检测到区域设置然后切换到它) 怎么办呢?

Possible Duplicate:
How to internationalize a java web application.

greetings all
i want that when the client request a page
that page is automatically displayed in his locale
meaning (locale is detected then switch to it)
how to do so ?

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

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

发布评论

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

评论(2

柠檬心 2024-10-15 08:23:30

这是教程 在春天做这件事。这是 spring 参考文档

但是,不要依赖于浏览器的区域设置,因为这会带来一些问题,例如浏览器处理区域设置的方式不一致,当您必须支持同一国家/地区的多种语言时,会强制用户切换浏览器区域设置。为用户提供在主页本身上切换语言的能力。

Here is the tutorial on doing this in spring. And here is the spring reference documentation.

However, do not depend on the browser's locale as this has some issues like inconsistent way in locale handling by browsers, forces user's to switch the browser locale when you have to support multiple languages within the same country. Provide an ability for the user to switch language on the home page itself.

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