如何从客户端获取当前国家/地区?
我试试这个:
Locale locale = FacesContext.getCurrentInstance().getViewRoot().getLocale();
但我只得到像" en"这样的语言环境。 但是我怎样才能得到客户所在的国家?
非常感谢您的回答。
答案 0 :(得分:0)
你可以试试这个。
Locale locale = FacesContext.getCurrentInstance()。getViewRoot()。getLocale();
locale.getCountry();