Skip to content

mattersupply/i18next-react-native-locale-detector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i18next-react-native-locale-detector

Fork from react-native-locale-detector.

Installation

yarn i18next-react-native-locale-detector
react-native link i18next-react-native-locale-detector

Usage

import i18next from "i18next";
import i18nextReactNative from "i18next-react-native-language-detector";

i18next
  .use(i18nextReactNative)
  .init();

About

Detects the locale of a user's phone.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 62.4%
  • Objective-C 27.5%
  • JavaScript 10.1%