Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
hello at present i am working on multilingual website and i have problem with inserting data in database in Arabic language.is there any way to store dynamic data in database based upon user selection.May i use Google translate api for my problem
Posted

Just a warning to you: do you think Google translation is robust enough to trust it your application?

No way! It works in some simple questions, especially if languages are close enough and simple. With more complex languages it's just a joke. For example, everyone makes laugh about translations into Russian, this is simply ridiculous. I suspect Arabic <--> English is not much better. Did you try?

I would not trust anything but high-quality translation made by real experts. Just my opinion based on enough experience.

—SA
 
Share this answer
 
Link1[^] and Link2[^] might help you.
 
Share this answer
 
Database side use nvarchar instead of varchar

using this we can store any language charter.


----

Sumant Kumar (ersumantkumar@gmail.com)

(Software Engineer)

India
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900