Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
Can you give C# code to convert text from one language to another language.That is,suppose in my UI my current language is English(Everything displayed in that page is in English).There is an option to select another language.Suppose I have choose another option like Hindi.Now everything in that page should be in Hindi.I don't know the code for that.Can you help me?
Posted
Updated 15-Aug-20 8:39am
v2
Comments
Sergey Alexandrovich Kryukov 5-Feb-12 23:17pm    
Are you serious? Do you mean that your site is pre-translated in two or more languages, or you want a computer program to translate? :-)
--SA
Beena John 7-Feb-12 1:43am    
ya..I need a program or 'dll' file to translate .

You can use google apis for language conversion.
 
Share this answer
 
Comments
Beena John 6-Feb-12 23:01pm    
Thanks.i have got one google api for language translation
Beena John 7-Feb-12 1:37am    
Hi,
i have got a solution from
http://code.google.com/apis/language/transliterate/v1/getting_started.html#load_the_javascript_api_and_ajax_search_module

But I want to work this (Language translation)in offline mode.Can u help me? May I get any 'dll' file of this?Is there any possibility for that?
Sanjay K. Gupta 8-Feb-12 1:20am    
Hi Beena,
you have just denied my answers. but OK.

If you want to create dll for google transliterate api, Learn from net and do it yourself instead of searching and asking.
 
Share this answer
 
Comments
Beena John 6-Feb-12 23:02pm    
thanks.

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