Pylons application Internationalization
What the best way to开发者_如何学C make pylons application internationalist?
A Google search finds these docs.
PyICU and I highly recommend Babel. Also if you need SEO you should read this: http://my.opera.com/WebApplications/blog/2008/03/17/search-engine-friendly
If want more info (you can start using babel in five minutes), read the pylons book its free: http://pylonsbook.com/en/1.1/internationalization-and-localization.html
精彩评论