react-facebook icon indicating copy to clipboard operation
react-facebook copied to clipboard

How to change the locale?

Open stelasido opened this issue 2 years ago • 0 comments

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

stelasido avatar Jul 05 '22 19:07 stelasido