roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
404 stars 332 forks source link

Login webview language #260

Open gianlucainnocente opened 4 years ago

gianlucainnocente commented 4 years ago

Hi,

we are using this fantastic library on our Flutter project. We are using v3.0.0 because our project is based on AndroidX.

We noticed that on some devices with Italian language, the login webview is in english and in some other devices it is (correct) in Italian.

Is it possible to set the language? Thanks