With i18next, to prepare web contents in accordance with that language, either by user selection, according to the browser language, or according to the language structure coming from the backend.
- vite@4.3.9
- eslint@8.38.0
- react@18.2.0
- react-dom@18.2.0
- i18next@23.2.8
- react-i18next@13.0.2
- tailwindcss@3.3.2
- postcss@8.4.25
- autoprefixer@10.4.14
git clone https://github.com/burakkrt/react-i18next-multi-language.git
Go to the project directory
cd react-i18next-multi-language
Install required packages
npm install
Run the server
npm run dev