Hi,

I am not able to convert multiline text from english to hindi.... It works 
perfectly fine for *'english to urdu*' and *'english to gujarati*'..... for 
*hindi*, it does not...

for example 

       google.language.transliterate(["house no. 28"], "*en*", "*gu*", 
function(result) {
           if (!result.error) {
               if (result.transliterations && 
result.transliterations.length > 0 && 
result.transliterations[0].transliteratedWords.length > 0) {
                   
                   document.getElementById("<%=txtaddre.ClientID%>").value 
= result.transliterations[0].transliteratedWords[0];
               }
           }
       });

The above works perfectly fine and gives me the output as  :    હાઉસ નો. ૨૮

but as soon as I replace "*gu*" with "*hi*", it gives no output at all.....


Please help..............

-- 
-- 
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]
To view this message on the web, visit
https://groups.google.com/d/msgid/google-ajax-search-api/78cb9ed8-5334-4a8f-a0d5-2e68d3548ddf%40googlegroups.com
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to