Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
hi i developed one intranet website in .net 4.0 framework.
now i want to change language from English to Arabic.
My question is How can i change language conversion with out using Google/Microsoft Translator and Resx files. Is there any third party tools are supported?
because my client having no Internet Connection.

note:
1. my client having no internet connection
2. i dont want using resx files.
Posted
Updated 9-Jul-12 23:08pm
v2
Comments
Rahul Rajat Singh 10-Jul-12 4:30am    
Why cant you use resx files BTW?
sai sagar 10-Jul-12 4:38am    
this application for Multiple countries. every time creating resx files and added text is not a suitable for me
bbirajdar 10-Jul-12 7:56am    
Can we call this question as a repost ?

http://www.codeproject.com/Questions/389366/google-translator-in-windows-forms
[no name] 10-Jul-12 9:08am    
Post the exact same question over and over is not going to get you different answers.

 
Share this answer
 
Comments
sai sagar 10-Jul-12 4:27am    
above link not suitable for my post.. i there any another solution is there
bbirajdar 10-Jul-12 5:11am    
I think there are no more choices for you....Better way , start searching on google..
sai sagar 10-Jul-12 5:20am    
some third party translators are the like http://www.deskshare.com/translation-software.aspx
1. You dont want to use internet.
2. You dont want to use resx files.

Then the third option for you is"

3. You can write your own language translator. Before that you will have to study all the languages you want to translate to..Since every language is different from each other in grammatical and linguistic context, the translator will not be 100% perfect. Google translator is still striving for the perfection.

Once you complete writing the translator, you can showcase it to google or Microsoft and they will hire you on a grand salary..

For more details check this discussion

http://stackoverflow.com/questions/4001056/how-to-write-a-human-language-translator-software-that-supports-multiple-languag[^]

And yes, your question reminded me of one of my college friend who wanted to write his own operating system as a college project.

Edit:

I found this link which demonstrates using google translator offline mode using the translator APIs . Check if this works

http://digitalforces.blogspot.in/2012/04/offline-google-translator-by-c.html[^]
 
Share this answer
 
v2
use this.when you upload it into web server then google translator work.<br />
<br />
<html><br />
<head><br />
<title><br />
abc</title><br />
</head><br />
<body><br />
<br />
<br />
<div id="flag_icon"> 						<div <br />
<br />
id="google_translate_element"></div><script> 						                         <br />
<br />
                    function googleTranslateElementInit() { 						         <br />
<br />
                                        new google.translate.TranslateElement({ 					<br />
<br />
	                                                     pageLanguage: 'be' 					<br />
<br />
	                                                 }, 'google_translate_element'); 				<br />
<br />
		                                             }    					<br />
<br />
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>  		<br />
<br />
				</div><br />
<br />
Rohit Sharma<code><code><code><code><code><code>

</body>
<html>
 
Share this answer
 
v4
Comments
sai sagar 10-Jul-12 5:37am    
this is for online (internet) application. i don't want for internet application. see refer my post and give rply

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