JSP i18n works on each page separately after setting default language in filter
问题 Intro I am trying to internationalize (i18n) my Java Web Application which is based on basic JSPs / Servlets . I am using JSTL fmt taglib in combination with Resource Bundle to achieve i18n of my application. I am also following this answer/guide. Problem & Question When I choose desired language on some page e.g. index.jsp , then this page is translated on selected language, but when I am going by some link e.g. signup.jsp then the language is changed to the default, thus i18n works on each