Use the "I18NController" to enable the translation middleware. (Babel based?)
 - requires "enable_i18n = true" somewhere in a development.ini
 - can be used on a per-view basis using a single decorator ! :)
 - provides localized translation strings using GNU gettext ? 
 - works with any text-based templates (Mako, Django, etc/whatever here..)

