I am developing an intranet application using ASP.Net. The application will not have access to internet.
In this application, I need to transliterate proper nouns (name of persons) to one or more Indian scripts. As application does not have access to internet, using Google/Microsoft transliteration API is not an option.
I am told that transliteration functionality of Google Input Tool (http://www.google.com/inputtools/windows/) with appropriate language packs can be accessed programmatically - but a) I haven't come across any example and b) is it legally permitted?
I also checked http://www.vishalon.net/PramukhIME/JavaScriptLibrary.aspx, but in that the transliteration quality needs a bit of improvement.
Are there any other offline options available for using is this scenario.
Thanks.
Vikram