i18n depends on the webframework you are using, that is the easy stuff, there are plenty solutions for it out there, what Google provides is much lower lever and it its the difficult stuff like scalability. If you use django (e.g. with apppenginepatch), then i18n is built in works fine, at least with what I have tried so far. And if you wanna do some custom i18n solution I also recommend you to use babel.
Roberto On Jan 29, 4:04 pm, Rodrigo Moraes <[email protected]> wrote: > On Thu, Jan 29, 2009 at 2:34 PM, Mel T. wrote: > > What is gae's team official statement about support for localized > > application? Does GAE support it or not ? Are we supposed to develop > > our own localization solution? > > hey Mel, > > please checkhttp://babel.edgewall.org/- it is a standalone package > that provides full i18n support. well documented, easy to implemented, > etc. it is the way to go, imo. > > (sorry, not official, just a practical statement) > > cheers, > rodrigo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
