We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Line 397 would need a variable for the language (locale):
}, '//connect.facebook.net/en_US/all.js#xfbml=1');
See: FAQ > How do I display the Like button in different languages?
The text was updated successfully, but these errors were encountered:
Thanks for the link, this will appear in the next version :)
Sorry, something went wrong.
Socialite v2 will have full language support for Facebook:
Socialite.setup({ facebook: { lang: 'en_GB' } });
See Facebook documentation for full list of supported codes: http://developers.facebook.com/docs/internationalization/
Works great, thanks! :)
No branches or pull requests
Line 397 would need a variable for the language (locale):
See: FAQ > How do I display the Like button in different languages?
The text was updated successfully, but these errors were encountered: