I want to implement an application using to transliterate from English words to Tamil words(English words stored in database as Tamil words).How to implement this using Spring.I don't have basic idea of this..
Thanks in advance
Printable View
I want to implement an application using to transliterate from English words to Tamil words(English words stored in database as Tamil words).How to implement this using Spring.I don't have basic idea of this..
Thanks in advance
The essence of the transliterating requirement is actually string conversion stuff, you'd better grab some third party libraries to do that complex conversion.
Can you tell me which third party library I have to use? I don't have basic idea to do this
I have no field experience on this , I binged "java transliterate", hope this could help:
The Google Transliterate API Devloper's Guide