GAE webapp application internationalization with Babel

Viewed 1402

How would you go about internationalizing a Google App Engine webapp application using BABEL? I am looking here for all the stages:

  1. Marking the strings to be translated.
  2. Extracting them.
  3. Traslating
  4. Configuring your app to load the right language requested by the browser
1 Answers
Related