Click here to Skip to main content
15,917,645 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi All,

I have created a web sitE IN ASP.net and C# and hosted in IIS 7 . But I wanted use the google translator so that user can choose their preerred language.

I have performed the Google search and I found that I needs a code change. Just wanted to know about is there any option whether we can use the google translator without any code,

Also, the user data need to be saved in their language.. Like if you are in french user the data entry should be in french as their key board will have french letters.. Jow can we achieve this to..
Your suggestions will be appreciated.

Regards
prashant
Posted
Updated 27-May-14 17:11pm
v2
Comments
Awadhendra Tripathi 27-May-14 2:43am    
How its possible?
if you are using google translator then you have to use their code and it will display that you are using google as a service

Or you have to purchase google paid service
Prashant Bangaluru 27-May-14 3:05am    
Thanks for confirming on this.. I will start searching the articles
for this ..

Awadhendra Tripathi 27-May-14 3:09am    
Just go to google and use google translator you will find all related codes and documents
Thanks7872 27-May-14 2:50am    
Why without code? There is nothing that can be implemented without code.
Prashant Bangaluru 27-May-14 3:06am    
Just thought for a sec.. Now its confirmed .Thank You:)

The only code-less solution is in the hands of the end user. He can use Google Chrome's settings to translate the page to his own language. You on the other hand have to follow Google's advice (and add code) - https://translate.google.com/manager/website/[^]
 
Share this answer
 
if you want translate website language without anycode than you shold use third party tool like this.. :)

Google Translate Web[^]

Free Website Translation[^]

Make your website instantly available in 60+ languages[^]
 
Share this answer
 
Comments
Prashant Bangaluru 27-May-14 23:09pm    
Hi Nirav, Thanks for sharing the link.. Can we store user data into some foreign languages.. Like my project is UI should be displayed in French and All the data entered should be saved as french... How can we achieve this..
Nirav Prabtani 28-May-14 1:46am    
You can insert Foreign language into database, you have to just give nvarchar(max) datatype of a language column

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