Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
translate
- Page 1
translate
Programming
Web Development
10 Years Ago
by kuljit
how to
translate
the message communication with the help of a translator like google
translate
api
Re: translate
Programming
Web Development
10 Years Ago
by edbr
googled and found this[Click Here](http://www.programmableweb.com/news/63-translation-apis-bing-google-
translate
-and-google-ajax-language/2013/01/15)
Re: translate
Programming
Web Development
10 Years Ago
by kuljit
how to support google
translate
in php form on my message system?
Translate using google translator using html-agility-pack in .net
Programming
Software Development
12 Years Ago
by imonbayazid
I want to
translate
a string using Google Translator with HtmlAgilityPack; . I …var webGet = new HtmlWeb(); var document = webGet.Load( "http://
translate
.google.com/#en/bn/this%20is%20my%20string"); var… no results. My aim is to
translate
a complete string using Google
Translate
and to show the translated string in…
Translate to english
Programming
Computer Science
13 Years Ago
by rahulroshan
Hi I want to auto detect the language and
translate
it to english, im using it in an interface, I …tried google API
translate
code but it is not translating the value in variable… Can any one plz try Eg: I want to
translate
the sentence in $x to English <html> <…
Re: Translate using google translator using html-agility-pack in .net
Programming
Software Development
12 Years Ago
by IdanS
Hi, You cannot use google
translate
without google "approvel". You need to open an account and then use their API. You can find more information here: https://developers.google.com/
translate
/
Translate an algorithm to C program
Programming
Software Development
21 Years Ago
by ayoub
… finite automata to deterministic finite automata but i couldn't
translate
it to C program and this is the algorithm i… i was wondering if you would mind helping me to
translate
it to a C program that convert NFA to DFA…
Translate this app from C++ to Java?
Programming
Software Development
15 Years Ago
by VBNick
…(he lives 7 hours away) I figured I would just
translate
the thing to java. I think that even if I… to ask you guys if it was practically doable to
translate
this app to Java Script, or a Java applet if…
Re: Translate to english
Programming
Computer Science
13 Years Ago
by phorce
What is the problem using Googles API's? Can you post the google api code that you wrote to
translate
?
Re: Translate to english
Programming
Computer Science
13 Years Ago
by rotten69
@rahulroshan.. Sorry buddy. I must have misunderstood what you wanted to do. I thought you just wanted to
translate
only the string in that variable. My apologies for any inconvenience, buddy.
translate method
Programming
Software Development
12 Years Ago
by game06
…, y postion of rect. this might has to do with
translate
but not sure. how can i fix tis? ///paint method… Graphics2D g2d = (Graphics2D) g; AffineTransform saveAT = g2d.getTransform(); g2d.
translate
(x+(width/2), y+(height/2)); g2d.setTransform(saveAT); g2d…
Re: translate method
Programming
Software Development
12 Years Ago
by game06
… think this is bc of what i put insdie of
translate
() method? ///paint method Graphics2D g2d = (Graphics2D) g; AffineTransform saveAT =… g2d.getTransform(); g2d.
translate
(x+(width/2), y+(height/2)); //set orgin in rect…
Re: translate method
Programming
Software Development
12 Years Ago
by Ezzaral
If you
translate
your origin to where you want the center of the … have a rectangle centered at say (2,2) and you
translate
to that point and draw the rectangle with the same…
Re: Translate an algorithm to C program
Programming
Software Development
21 Years Ago
by BountyX
is that the psuedo code you want to
translate
? or is that VB, sorry some times I can't tell the diffrence becuase I'm not well educated about VB. If its VB you can try posting it in the VB section as well, I bet alot of C programmers who also know VB stop by there.
Re: translate c into java
Programming
Software Development
17 Years Ago
by sj87
[QUOTE=taconator;426673]I need some help. I have to
translate
a c app into java. Which would be no problem … know how complex its the code you have to "
translate
" but you could start by researching a bit about…
Re: Translate this app from C++ to Java?
Programming
Software Development
15 Years Ago
by VBNick
… hobby, be this ignorant? [QUOTE] I figured I would just
translate
the thing to java. [/QUOTE] Put that in yer IDE…
Re: translate the label language at run time
Programming
Software Development
14 Years Ago
by kvprajapati
Please take a look at - [URL="http://stackoverflow.com/questions/2246017/c-google-
translate
"]C# Google
translate
[/URL].
Re: translate method
Programming
Software Development
12 Years Ago
by Ezzaral
Since you've moved the origin to the middle of where you want the rectangle, draw the rectangle centered about the new origin. Old rect: g2d.drawRect(100,100,10,10); translating to center of rect and drawing the same shape: g2d.
translate
(105,105); g2d.drawRect(-5,-5,10,10);
translate c into java
Programming
Software Development
17 Years Ago
by taconator
I need some help. I have to
translate
a c app into java. Which would be no problem …
translate code to assembly
Programming
Software Development
17 Years Ago
by lch07d
Hi, I am taking an Intro to Computer Science course. I have to
translate
a code to assembly. I was wondering if someone could help me out with the first line of the code. I am not sure what to do since it it ==. if (x==y) { thanks!
Translate attempt
Programming
Web Development
16 Years Ago
by chicago1985
I am trying to
translate
the PHP script into Java. If anything please advise what …
Re: Translate attempt
Programming
Web Development
16 Years Ago
by somedude3488
are you wanting us to
translate
it into java for you or just explain what the php is doing so you can make it into java.
Re: Translate attempt
Programming
Web Development
16 Years Ago
by chicago1985
[QUOTE=kkeith29;637057]are you wanting us to
translate
it into java for you or just explain what the …
Translate from Delphi to C++
Programming
Software Development
16 Years Ago
by uim_1977
Can any one
translate
to c++ one line of the code pleas [CODE] int column = this->dataGrid1->get_CurrentCell().get_ColumnNumber(); [/CODE]
Translate C/C++ Code to python
Programming
Software Development
16 Years Ago
by Stefano Mtangoo
… C/C++ examples of the DLL and I failed to
translate
them. Here is the example: [CODE=C++] /* * LAME DLL Sample…
translate the label language at run time
Programming
Software Development
14 Years Ago
by virusisfound
Hi, I want
translate
my label name at run time in other language like Marathi or spanish etc But the changes must be done at run time. Is It possible If yes please tell me the procedure What task i have to perform to do this. I dont have any idea about It. Please tell me... Thank You Virusisfound
Re: translate the label language at run time
Programming
Software Development
14 Years Ago
by virusisfound
Thank for website. I need code for
translate
my labels, combobox,text,command button and all tools that i need for design it show in marathi language. can u give me the code.or procedure to do it. virusisfound
translate from c to assembly
Programming
Software Development
14 Years Ago
by yowsh
Please help me
translate
this nested for loop to assembly [CODE]for(int i=0, k=0; i<8; i=i+4, k++){ for(int j=i; j<=i+4; j++){ temp[j-(4*k)]=binary[j]; } }[/CODE]
Translate Website Using Database
Programming
Web Development
14 Years Ago
by DonaldAlexander
… code that will help me out? I'm looking to
translate
my website but without the use of Google, Yahoo, Bing…
Re: Translate Website Using Database
Programming
Web Development
14 Years Ago
by DonaldAlexander
… site. So iv built a static site where we manually
translate
the site using google translator and save the rewritten pages…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC