seeden / react-facebook

Facebook components like a Login button, Like, Share, Chat, Comments, Page or Embedded Post
MIT License
790 stars 144 forks source link

How to change the locale? #200

Closed stelasido closed 2 years ago

stelasido commented 2 years ago

I have simple comment component: ` return (

    )`

, 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

seeden commented 2 years ago

you can use <FacebookProvider language="fr_FR">