stefalda / ReactNativeLocalization

Class to localize the ReactNative interface
MIT License
899 stars 124 forks source link

How to set language default? #150

Closed PhuongNguyenETIT closed 5 years ago

stefalda commented 5 years ago

It's automatically set by using the device primary language, but you can use the setLanguage method to force another language.

PhuongNguyenETIT commented 5 years ago

Thanks you verry much