views:

22

answers:

0

Would it be possible to transliterate text blocks (say, after being copied and pasted in to a control) using the Google Transliteration API?

Instead of having the transliteration work on text as it is being typed as it would with say: http://code.google.com/apis/ajaxlanguage/documentation/#TransliterationHelloWorld

If so, how would I go about implementing it? Examples would be great!

Thanks!