Open GoogleCodeExporter opened 9 years ago
Original comment by James.Bo...@gmail.com
on 16 Oct 2008 at 6:46
Implementation Proposal:
The i18n Django template extension you can load/use in combination with the {%
trans
"blah" %} to translate (only) the UI of the app. Unfortunately App Engine does
not
support a dynamic (on request) language switch yet:
http://groups.google.com/group/google-appengine/msg/9b5e08db8e266890
A certain language version of a page can be retrieved by appending a "?
lang=xx_lang_code" suffix to the request.
For both translation approaches you can retrieve the preferred user language
from
user's "Accept-Language" browser header.
Original comment by nistem
on 5 Feb 2009 at 10:18
I am also interested in such functionality. IMO, the workaround is not a good
option.
A true, internationalised CMS is what will make a difference. AFAIK, as of
today, the
only free CMS to offer this is Joomla (the JoomFish plugin).
Original comment by pavel.ge...@gmail.com
on 24 Aug 2009 at 5:15
didn't suppot gb2312 encoding
Original comment by imaa...@gmail.com
on 23 Nov 2010 at 8:59
Original issue reported on code.google.com by
James.Bo...@gmail.com
on 6 Oct 2008 at 3:12