Thank you ! Regards, Maor Bolokan. Email - [email protected]
On Sun, Nov 7, 2010 at 2:48 PM, Jeremy Geerdes <[email protected]> wrote: > I don't think they will decide to translate XML elements. Remember, the API > was designed to be used on the web. > > That said, I would point out that they have announced the deprecation of > the original Translate API and the launch of a new version of it. Google's > deprecation policy states that they will make reasonable efforts to support > the old version for three years. In the meantime, though, you should really > start investigating and migrating to the new version. You can find docs for > it here: > > https://code.google.com/apis/language/translate/v2/getting_started.html > > <https://code.google.com/apis/language/translate/v2/getting_started.html>And > you can start using it by activating it in the APIs Console, here: > > https://code.google.com/apis/console/ > > > Jeremy R. Geerdes > Effective website design & development > Des Moines, IA > > For more information or a project quote: > http://jgeerdes.home.mchsi.com > [email protected] > > If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan > Church! > > On Nov 7, 2010, at 6:28 AM, Bolokan Maor wrote: > > Thanks ! It's really helped. > > The problem is that if google one day decide to translate those also :) > > Regards, > Maor Bolokan. > Email - [email protected] > > > On Sun, Nov 7, 2010 at 1:50 PM, Jeremy Geerdes <[email protected]>wrote: > >> While there is no official "placeholder" syntax, you should be able to >> include an XML entity as a placeholder. For instance, the link below: >> >> >> http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&langpair=en|es&q=I%20would%20like%20to%20purchace%20%3Cnumber/%3E%20apples<http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&langpair=en%7Ces&q=I%20would%20like%20to%20purchace%20%3Cnumber/%3E%20apples> >> >> >> <http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&langpair=en%7Ces&q=I%20would%20like%20to%20purchace%20%3Cnumber/%3E%20apples>I >> submitted the string "I would like to purchase <number/> apples" . The >> <number/> entity remains untranslated. You can then utilize a regex to >> search and replace it. >> >> Jeremy R. Geerdes >> Effective website design & development >> Des Moines, IA >> >> For more information or a project quote: >> http://jgeerdes.home.mchsi.com >> [email protected] >> >> If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan >> Church! >> >> On Nov 7, 2010, at 5:38 AM, bmaorlo wrote: >> >> Hello , >> >> I would like to use the google ajax translation service , but i didnt >> find any documentation about how to send google something like place >> holder. >> >> For example : I would like to send to google in english >> >> "i going to eat <number> of apples" >> >> And he will translate "i going to eat" and "of apples" and will not >> touch the <number> so when geting the translation back to my script i >> will be able to replace this place holder with dynamic number. >> >> I tried to send google /**/ or <-- --> nothing worked.. >> >> Is there any solution ? >> >> Thanks in advanced. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google AJAX APIs" 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-ajax-search-api?hl=en. >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google AJAX APIs" group. >> To post to this group, send email to >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-ajax-search-api%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-ajax-search-api?hl=en. >> > > > -- > You received this message because you are subscribed to the Google Groups > "Google AJAX APIs" 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-ajax-search-api?hl=en. > > > -- > You received this message because you are subscribed to the Google Groups > "Google AJAX APIs" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-ajax-search-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-ajax-search-api?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" 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-ajax-search-api?hl=en.
