私はvaadinフレームワークを使用しており、私のアプリケーションには次のものがあります:
@Override
public void onRequestStart(HttpServletRequest request,
HttpServletResponse response) {
currentIP = request.getRemoteAddr();
setLocale(request.getLocale());
handle.set(this);
this.request = request;
this.response = response;
}
ただし、request.getLocale() はen_US
、私の OS ロケールである を返します。ただし、ロケールを切り替えるための Firefox アドオン ( https://addons.mozilla.org/cs/firefox/addon/quick-locale-switcher/?src=userprofilecs_CZ
) では、 getLocale() に設定しましたが、それでも戻りen_US
ます。