我有一个网页,它有 3 种不同的语言,瑞典语、英语和俄语!WebTexts_en.properties
,WebTexts_sv.properties
和WebTexts_ry.properties
文件一起LangSupport.jsp
选择浏览器的语言环境。
我的页面用英语工作,neptune-app-id.appspot.com
但只有这种语言,瑞典语和俄语不是。我是否需要创建Internationalization.class
某种方法才能使其正常工作。或者我如何使用语言环境来处理资源包?
这是一些非常好的链接,但我不明白如何制作这个,
- http://www.avajava.com/tutorials/lessons/how-do-i-internationalize-my-web-application.html?page=1
- http://www.avajava.com/tutorials/lessons/how-do-i-use-locales-and-resource-bundles-to-internationalize-my-application.html;jsessionid=72C23BCD47546E9D05DF422DA3F0EC39
也许有人,谁知道如何设置,谁能帮我解决这个问题?
我已经在 Eclipse 中包含了我的文件设置供您查看。我的页面位于 Google App Engine 的http://neptune-app-id.appspot.com/。