Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 25, 2011 11:36 AM by Subhakanta
Member
256 Points
796 Posts
Nov 23, 2011 08:51 AM|LINK
Hi,
here is one streangth requirement..
i just need like http://www.gujaratilexicon.com/
i have a dropdownlist and just below i have multiline textbox..
i binding Languages in dropdown like Hindi,Punjabi like..
i need when i change any language from dropdownlist then my input should be change accrodingly
for example...if a select Hindi then letter should change in hindi when i typeing like above link
is it possible?
please help me with an example demo
Thanking you
Nov 24, 2011 04:17 AM|LINK
nobody???
Nov 24, 2011 10:43 AM|LINK
Hi expert,
is it not possible?
178 Points
51 Posts
Nov 24, 2011 10:55 AM|LINK
Hello Subhakant you can do that with google API
here is link for API
http://code.google.com/apis/language/transliterate/v1/getting_started.html#Single
Please click on View Example link for more help.
Still if u r not clear, let me know.
Thanks
-Dnyanesh
Nov 25, 2011 04:56 AM|LINK
Hello Subhakant,
Have u implemented it.
I have implemented same thing sucessfully.
if you r facing any problem please let me know.
Nov 25, 2011 06:56 AM|LINK
Dnyanesh Deshpande Have u implemented it.
yes it change language after space key ya enter key press..
i need it change in keypress event like above link..
if you do the same then pls help me..
pls share here your complete code
Nov 25, 2011 08:15 AM|LINK
http://www.vishalon.net/IndicResources/PramukhLib.aspx
This link will help
-Mark as Answer if my post help you
Nov 25, 2011 08:52 AM|LINK
thank you very much for your reply..
i need exactly same..
could you help me how can i use it?
pls help me...
Thanks..
Nov 25, 2011 09:19 AM|LINK
1) Download JavaScrip ffrom this link "PramukhLib Javascript Library"
http://www.vishalon.net/Download/tabid/246/Default.aspx
2) Put in to your project in js folder / any where
3)
<html><head> <script type="text/javascript" src="pramukhlib.js"></script></head><body> <input type="text" id="first_name"> <script language="javascript"> var pph = new PramukhPhoneticHandler(); pph.convertPageToIndicIME('devanagari'); </script></body></html>
-Give appropriate address in bold area
4) in another bold area put your desired language.
5) for more help http://service.vishalon.net/doc/pramukhphonetichandler.html
I hope this will help you
Mark as Answer if this help you
Nov 25, 2011 11:04 AM|LINK
hi,
it is my last question...
pls help me in google api..
pls give me total code here
Subhakanta
Member
256 Points
796 Posts
Language change with Keyboad
Nov 23, 2011 08:51 AM|LINK
Hi,
here is one streangth requirement..
i just need like http://www.gujaratilexicon.com/
i have a dropdownlist and just below i have multiline textbox..
i binding Languages in dropdown like Hindi,Punjabi like..
i need when i change any language from dropdownlist then my input should be change accrodingly
for example...if a select Hindi then letter should change in hindi when i typeing like above link
is it possible?
please help me with an example demo
Thanking you
Subhakanta
Member
256 Points
796 Posts
Re: Language change with Keyboad
Nov 24, 2011 04:17 AM|LINK
nobody???
Subhakanta
Member
256 Points
796 Posts
Re: Language change with Keyboad
Nov 24, 2011 10:43 AM|LINK
Hi expert,
is it not possible?
Dnyanesh Des...
Member
178 Points
51 Posts
Re: Language change with Keyboad
Nov 24, 2011 10:55 AM|LINK
Hello Subhakant you can do that with google API
here is link for API
http://code.google.com/apis/language/transliterate/v1/getting_started.html#Single
Please click on View Example link for more help.
Still if u r not clear, let me know.
Thanks
-Dnyanesh
Dnyanesh Des...
Member
178 Points
51 Posts
Re: Language change with Keyboad
Nov 25, 2011 04:56 AM|LINK
Hello Subhakant,
Have u implemented it.
I have implemented same thing sucessfully.
if you r facing any problem please let me know.
Thanks
-Dnyanesh
Subhakanta
Member
256 Points
796 Posts
Re: Language change with Keyboad
Nov 25, 2011 06:56 AM|LINK
yes it change language after space key ya enter key press..
i need it change in keypress event like above link..
if you do the same then pls help me..
pls share here your complete code
Dnyanesh Des...
Member
178 Points
51 Posts
Re: Language change with Keyboad
Nov 25, 2011 08:15 AM|LINK
http://www.vishalon.net/IndicResources/PramukhLib.aspx
This link will help
-Mark as Answer if my post help you
Subhakanta
Member
256 Points
796 Posts
Re: Language change with Keyboad
Nov 25, 2011 08:52 AM|LINK
Hi,
thank you very much for your reply..
i need exactly same..
could you help me how can i use it?
pls help me...
Thanks..
Dnyanesh Des...
Member
178 Points
51 Posts
Re: Language change with Keyboad
Nov 25, 2011 09:19 AM|LINK
1) Download JavaScrip ffrom this link "PramukhLib Javascript Library"
http://www.vishalon.net/Download/tabid/246/Default.aspx
2) Put in to your project in js folder / any where
3)
Subhakanta
Member
256 Points
796 Posts
Re: Language change with Keyboad
Nov 25, 2011 11:04 AM|LINK
hi,
it is my last question...
pls help me in google api..
pls give me total code here