I saw that before. But how can I translate the whole web page and display it back on the page?
if you have a look at www.dishgods.tv, you will know what I need. Their processing of web translation is pretty good, just like using i18n in backend, but actually, they are using google translate. Thanks On Tue, Sep 29, 2009 at 1:32 PM, Eno <[email protected]> wrote: > > On Tue, 29 Sep 2009, xhe wrote: > > > But I found some website did a good job for his. If you go to > www.dishgods.tv, > > and in the forum, you can click the various language, then the URL > > appeared like http://xxx.xxx.xxx?language=zh-CN, after that the whole > > page is translated into Chinese. > > > > This is pretty good solution, as if in symfony culture setting, but > > actually, it is using google to translate. > > > > So my question is how we can implement this in symfony? Using google > > library to translate the page, but don't leave the current page. > > > http://code.google.com/apis/ajaxlanguage/ > > Oh and curl / PECL-http is your friend :-) > > > > -- > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
