aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/jsp/language.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/jsp/language.jsp')
-rw-r--r--src/main/webapp/jsp/language.jsp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main/webapp/jsp/language.jsp b/src/main/webapp/jsp/language.jsp
deleted file mode 100644
index 11aad84..0000000
--- a/src/main/webapp/jsp/language.jsp
+++ /dev/null
@@ -1,9 +0,0 @@
-<%@ page import="at.gv.egiz.pdfas.web.i18n.LocaleParamFilter" %>
-<%@ page import="java.util.Locale" %>
-<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"%>
-<%
- Locale currentLocale = (Locale) session.getAttribute(LocaleParamFilter.LOCALE_SESSION_KEY);
- if (currentLocale != null) {
-%>
- <fmt:setLocale value="<%= currentLocale.getLanguage() %>"/>
-<% } // end if %>