how to integrate CDAC with PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
madhu
Forum Commoner
Posts: 82
Joined: Fri Mar 03, 2006 9:34 am

how to integrate CDAC with PHP

Post by madhu »

hi all ................

please give suggestions how to integrate CDAC(Center for Developement of Advanced Computing) with PHP....

basic concept is when we type some word in English in Textbox, then if we click Telugu/Hindi/Tamil/Kannada/.... Link ,then that corresponding word what we typed in textbox will display in Telugu/Hindi/Tamil/Kannada/....

now am new to this Technology.So if any one knows how to implement this feature,please give suggestions.

Waiting for your valuable replies..................

Thanks and regards
madhu
User avatar
tecktalkcm0391
DevNet Resident
Posts: 1030
Joined: Fri May 26, 2006 9:25 am
Location: Florida

Post by tecktalkcm0391 »

well what is the CDAC ? please give me more information
madhu
Forum Commoner
Posts: 82
Joined: Fri Mar 03, 2006 9:34 am

Post by madhu »

hi all

Welcome back.....

Actually my requirement is, if we type some word in a textbox in ENGLISH , then if we click some button then

TELUGU/KANNADA/TAMIL/HINDI(based on our requirement language),it should convert that word what we typed in

text box to our requirement language.


******************************************************************************************

Before i tried with IPlugin , but it is not working.

if you want to see that , then go to http://iplugin.cdac.in/ipluginphp/., there you can see iPlugin PHP Demo....

Then click on any language , then suppose if you click on Telugu , then this link will come i.e http://iplugin.cdac.in/ipluginphp/NewMa ... ipt=Telugu.

in that Floating keyboard is there , suppose in that keyboard if we click any letter , it will convert that letter to our required language i.e Telugu.

This is about IPlugin what i tried before.

*****************************************************************************************

Actually Rediff mail people implemented this.

if we want to send any mail in Rediff mail, then after login we will go to Write Mail option na, in that

Language: Hindi - Marathi - Tamil - Telugu - Assamese - Bangla - Gujarati - Kannada - Malayalam - Oriya - Punjabi

option is there na.

suppose if we select any language , then if we type a word in Textbox in English ,then it is converting to selected

language na.

I think you all people understood what my am trying to tell and what am going to implement....

if you know how to implement this feature , then please give suggestions.....

Waiting for your valuable suggestions....

Thanks and regards
madhu
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

IPlugin appear to be client-side plugin acting as Indic IME...
From you first post it looks like you need english -> (languages) translator... not an easy thing to build. Unless you have some code (which we would like to see) most of the people here won't be even looking into this for free.

If you want someone to develop an application for you, you need to post in Job Hunt forum.
If you just want an advice with some php code you developing, you may continue the discussion here, but we will need to see what you have done so far.
Post Reply