React Native Multi Language App Using i18next

preview_player
Показать описание
In this video I will show you how you make a multi language app in react native and for that we will use two packages i18next and react-i18next.
----------------------------------------------------------------------------------------

Please LIKE and SUBSCRIBE for more content and supporting!
#reactnative
Рекомендации по теме
Комментарии
Автор

Really nice, thank you! I will try this with some 'asyncstorage' to persist the language chosen.

benarcher
Автор

Where should we use AsyncStorge to store the selected language?

MaheshRajan-lyvm
Автор

thanks bro it helping a lot, how can we do it for right to left languages

visheshsharma
Автор

so good but when app close its could be default settings .. we have to do using redux with langs.

nr
Автор

OMG THANK YOU SO MUCH YOU HELPED ME !!!! IVE BEEN STUCK ON THIS PROBLEM FOR 2 HOURS

lamb
Автор

But what about the response that we are getting from the backend apis ?

SayeedAfridi-px
Автор

Hay alguna forma distinta por si son ya muchas vistas? una app ya grande y con muchos textos

diegoulisesmirelesmarcial
Автор

can it automatically use same language that set in device system?

CHEloveg
Автор

is it necessary to create the locales directory on the root?

sekantungkentang
Автор

I've followed the steps, but then instead of the values, i get whatever key i pass to {t('my_key')} as the value. Any idea?

willdunertm