I would like to provide my Python GAE website in the user\'s own language, using only the tools available directly in App Engine. For that, I would like to use GNU gettext
You can use the Django internationalisation tool, like explained here.
They are also saying that there is no easy way to do this.
I hope that helps you :)