language converter in 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
User avatar
rupam_jaiswal
Forum Newbie
Posts: 22
Joined: Thu Jun 05, 2008 12:54 am

language converter in php

Post by rupam_jaiswal »

Hi,
I have to make a language (literal) converter in php from english to hindi.
i dont want the hindi translation of the word. just typing the same words in hindi
if i type 'baloon' in english, it will convert as it is into hindi ( बलून ) ्
I mean it only typing word 'baloon' in hindi using hindi letters rather than english.
any idea????
Post Reply