Fix languange resolution problem default.

This commit is contained in:
Paulo Gustavo Veiga 2012-08-28 09:35:23 -03:00
parent d85dfcba02
commit 0a655ff802

View File

@ -89,7 +89,6 @@
<bean id="localeResolver"
class="org.springframework.web.servlet.i18n.SessionLocaleResolver">
<property name="defaultLocale" value="en" />
</bean>
<bean id="reCaptcha" class="net.tanesha.recaptcha.ReCaptchaImpl">