IlyaPokamestov / DSReCaptchaBundle

Google ReCAPTCHA API ver.2 for Symfony2
MIT License
6 stars 6 forks source link

Multilang support #17

Open fender-hm opened 8 years ago

fender-hm commented 8 years ago

Hello, I'm using your bundle (thanks for your work!). I got multilang application, is it possible to change lang in captca depend on currect locale? if (null !== $locale) { $this->locale = $locale; } else { $this->locale = Locale::getDefault(); } this part works ok, but in configurations is not possible to set NULL, and also default value for lang is 'EN' Thanks for your help!