yeg*_*256 2 java jsf localization internationalization
我如何ServletRequest.getLocale()
在JSF应用程序中使用,何时Servlet
在我的代码中不存在并由JSF实现提供?我正在尝试使用ServletContextListener
,但是可以从中ServletRequest
获取ServletContextEvent
吗?
无论如何,正确的方法是什么?
FacesContext.getCurrentInstance().getExternalContext().getRequestLocale();
Run Code Online (Sandbox Code Playgroud)
?