Pre-requisites:
| Platform: |
Windows 98, ME, NT4, 2000 or XP |
| IDE: |
VB.NET |
| Aksharamala: |
2002 Pro or evaluation (for the languages of your choice) |
Summary:
The sample given below shows a small VB.NET application illustrating how to use Aksharamala API in VB.NET. The main focus of this sample is to accept the data in English (transliterated text) and convert it to Indian languages (in this case Hindi, Telugu and Kannada).

Usage
Enter English (transliterated text) into the entry box and click "Convert" button. This will show its equivalent value in Hindi, Telugu and Kannada. In order to see the characters properly you would need necessary language components (either form Aksharamala or else).
Events/Actions
Application Startup
During the application startup, a runtime key for accessing Aksharamala API license key installed into the running system.
cmdConvert_Click
When the Convert button is clicked the text found in the edit box is processed through Aksharamala API function "AksTranslitExW" to convert it into Hindi, Telugu and Kannada. The result are added to the list as a row. |