Python Forum

Full Version: Internationalization of applications ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 ?
There are api's that will do this.
https://blog.miguelgrinberg.com/post/the...n-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