Python Forum
Internationalization of applications ? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Internationalization of applications ? (/thread-25975.html)



Internationalization of applications ? - JohnnyCoffee - Apr-17-2020

I would like to develop a web application that adapts to the language of the country in which it is used, can someone give me a how-to, do I need to design first and then develop I believe using the native module locale and gettext of internationalization? Has anyone lived this experience and can give me a hint ?


RE: Internationalization of applications ? - Larz60+ - Apr-17-2020

There are api's that will do this.
https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-xiii-i18n-and-l10n
Microsoft's azure for one, Flask implementation can be found in Miguel Grinberg's Flask Megatutorial,
but unfortunately, I think only in the one you have to pay for.
The microsoft account gives you a free year, and will work from Linux and/or MS windows