aboutsummaryrefslogtreecommitdiff
path: root/connector/src/main/resources/applicationContext.xml
diff options
context:
space:
mode:
Diffstat (limited to 'connector/src/main/resources/applicationContext.xml')
-rw-r--r--connector/src/main/resources/applicationContext.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/connector/src/main/resources/applicationContext.xml b/connector/src/main/resources/applicationContext.xml
index 709b699f..9105bb56 100644
--- a/connector/src/main/resources/applicationContext.xml
+++ b/connector/src/main/resources/applicationContext.xml
@@ -22,6 +22,9 @@
<mvc:interceptors>
<bean class="at.asitplus.eidas.specific.connector.interceptor.WebFrontEndSecurityInterceptor" />
+ <bean class="org.springframework.web.servlet.i18n.LocaleChangeInterceptor">
+ <property name="paramName" value="lang" />
+ </bean>
</mvc:interceptors>
<context:property-placeholder location="${eidas.ms.configuration}"/>