firebaseui-web-react icon indicating copy to clipboard operation
firebaseui-web-react copied to clipboard

Setup spanish language

Open felixeduardo15 opened this issue 6 years ago • 5 comments
trafficstars

On Firebase documentation, there's something related to set up the spanish language

firebase.auth().useDeviceLanguage(); // set with function firebase.auth().languageCode = 'fr'; // set with string

¿How to configure it?

felixeduardo15 avatar Feb 12 '19 01:02 felixeduardo15

I would try

firebase.auth().languageCode = 'es'; // set with string

for spanish

AndrewRedican avatar Feb 19 '19 22:02 AndrewRedican

I would try

firebase.auth().languageCode = 'es'; // set with string

for spanish

already used it but the problem continue

felixeduardo15 avatar Feb 20 '19 15:02 felixeduardo15

You will need to build the localized library yourself: https://github.com/firebase/firebaseui-web#building-firebaseui

wti806 avatar Feb 20 '19 18:02 wti806

See also #21

benatkin avatar Mar 14 '19 23:03 benatkin

wtf such a overkill

landsman avatar Jul 27 '21 12:07 landsman