Fix change locale.

This commit is contained in:
Paulo Gustavo Veiga
2012-06-30 02:56:18 -03:00
parent dd74a7a63d
commit 43aa3e2aea
5 changed files with 16 additions and 20 deletions

View File

@@ -70,9 +70,7 @@
</bean>
<bean id="localeResolver"
class="org.springframework.web.servlet.i18n.SessionLocaleResolver">
<property name="defaultLocale" value="en"/>
</bean>
class="org.springframework.web.servlet.i18n.SessionLocaleResolver"/>
<bean id="reCaptcha" class="net.tanesha.recaptcha.ReCaptchaImpl">
<property name="privateKey" value="${registration.recaptcha.privateKey}"/>