react-language-select
v1.0.2
Published
React internationalization helper: shows correct component for the selected language
Downloads
296
Readme
Language select
This library allows you to easily customize your UI depending on the currently selected language.
See the demo
Install
To install the package
npm install react-language-select
Api
Import the components
import { LanguageSwitch, LanguageIf, LanguageProvider } from "react-language-select";
To see examples of how the components are used see the demo