Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language support #19

Closed
ikanc opened this issue Jun 7, 2015 · 5 comments
Closed

Language support #19

ikanc opened this issue Jun 7, 2015 · 5 comments

Comments

@ikanc
Copy link

ikanc commented Jun 7, 2015

Hi,

Although I see that it's supported in the code, I did not find any mentioning for localization in your readme.
Suggest adding it.

Thanks

@subdesign
Copy link

What I did is added a single piece of code to the CLIENT_API url for quick hack, as ?hl=de where de is the language short code, in the NoCaptcha.php:

const CLIENT_API = 'https://www.google.com/recaptcha/api.js?hl=de';

@ikanc
Copy link
Author

ikanc commented Aug 31, 2015

Thanks for the input.
@anhskohbo - you might want to add this capability.

@anhskohbo
Copy link
Owner

anhskohbo commented Sep 3, 2015

Just do this:

{!! app('captcha')->display([], 'en'); !!}

@ghost
Copy link

ghost commented Apr 24, 2016

Illegal string offset 'data-sitekey'

@swypse
Copy link

swypse commented Jun 2, 2016

Just make:

{!! app('captcha')->display([], 'en') !!}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants