This Flask Internationalization App is a simple mini project that demonstrates how to implement language translation and internationalization in a Flask web application.
- Language translation using Flask-Babel.
- Support for languages (Spanish, French & Hindi).
- Dynamic language switching.
Before you get started, make sure you have the following requirements installed:
- Python 3.x
- Flask
- Flask-Babel
git clone https://github.com/anuraagnagar/flask-internationalization.git
cd flask-internationalization
python -m venv venv
On Windows
venv\Scripts\activate
On MacOS/Linux
source venv/bin/activate
pip install -r requirements.txt
python app.py
To access this application open http://127.0.0.1:5000/
in your web browser.
Anurag Nagar
If you have any questions or suggestions, please feel free to contact us at nagaranurag1999@gmail.com