react-language-select

React internationalization helper: shows correct component for the selected language

Usage no npm install needed!

<script type="module">
  import reactLanguageSelect from 'https://cdn.skypack.dev/react-language-select';
</script>

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