react-facebook
react-facebook copied to clipboard
How to change the locale?
I have simple comment component:
return ( <FacebookProvider appId={FB_APP_ID}> <Comments href={this.props.url} /> </FacebookProvider> )
, but the locale is always something different that the language of the page, I have HTML lang attribute like <html lang="fr", fr the example.
The url to the FB SDK is always with different locale