Is there any way of programatically setting the default language in
which I want to show each page? Or maybe invoke the Google translate
javascript function dynamically so that we can do behind the scene
submitting of the page for translation. In a way simulate
automatically as if user has selected the page translation in a
particular language.
I am only looking to see how to overcome this problem, if javascript
is dynamically generating the link, which will be the case in many
applications.
On Nov 28, 11:22 am, loupiote wrote:
> yes: any link to another page will link through the translator.
>
> that is, is the link is an in-line link using <a href=...>
>
> if the link is generated dynamically by some javascript, then of
> course the linked page will not be translated, because the translator
> has no way of knowing this link.
>
> On Nov 27, 6:57 pm, Mary Pearson wrote:
>
> > I too wish to know the answer to this. In the past I have used
> > BabelFish and once a language is selected with them, all pages get
> > translated as they are called up. Is this feature available?
>
> > Thanks!
> > Mary
>
> > On Nov 24, 5:03 am, Rajesh wrote:
>
> > > I want to provide thetranslateoption in my web application with the
> > > functionality that if a user selects a specific language on the login
> > > page, thenallthepageswhich that user visits (by clicking various
> > > links in the application webpages) should also be displayed in the
> > > new translated language which he has chosen in the login page.
> > > Right now, if the user is viewing a translated page and clicks on any
> > > link on that page, the new page to which he navigates is shown in
> > > English instead of the selected translated language.
> > > Please let me know if what I want to achieve is possible using
> > > Googletranslate.